From 10da7de67e2fe9b59439055229d21610e9cc369e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 18 Aug 2015 01:39:30 -0700 Subject: [PATCH] mu4e is not installed from an elpa --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 9dbeeef1..5ceb61a9 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1154,6 +1154,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." (add-to-list 'load-path (s-trim (shell-command-to-string "mu4e_directory"))) (use-package mu4e + :ensure nil :commands (mu4e mu4e-view-message-with-msgid mu4e-update-index email) :bind ("C-c 0" . email) :config