linux tweaks.

This commit is contained in:
2014-12-06 12:33:56 -08:00
parent a4f5002112
commit af8d62d77c
5 changed files with 23 additions and 4 deletions

View File

@@ -274,6 +274,9 @@ function python_module_path {
function mu4e_directory {
if is_osx; then
echo "$(brew --prefix mu)/share/emacs/site-lisp/mu4e"
else
# TODO: make this cleaner.
echo "/usr/share/emacs/site-lisp/mu4e"
fi
}