🐛 Fix mu4e path detection
The mu4e-load-path-usr-local was also used in case the mu4e files were found in /usr/.
This commit is contained in:
parent
3bfdcb8d6f
commit
4d0bda89b3
1 changed files with 1 additions and 1 deletions
|
@ -1996,7 +1996,7 @@ Not all distributions that I use have a enough up-to-date package of mu/maildir-
|
|||
((file-directory-p mu4e-load-path-usr-local)
|
||||
mu4e-load-path-usr-local)
|
||||
((file-directory-p mu4e-load-path-usr)
|
||||
mu4e-load-path-usr-local)
|
||||
mu4e-load-path-usr)
|
||||
(t (error "mu4e not found!"))))))
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Reference in a new issue