summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index d5ae3de..ce0727e 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -272,20 +272,6 @@ Values: `desktop', `server', `laptop'")
 (setq smtpmail-smtp-server "external.home"
       smtpmail-smtp-service 587)
 
-(use-package mu4e
-  :if (and (eq env/location 'home)
-           (eq env/system-type 'desktop))
-  :load-path "/usr/share/emacs/site-lisp/mu4e"
-  :commands (mu4e)
-  :config (progn
-            (setq mu4e-get-mail-command "true"
-                  mu4e-update-interval 300
-                  mu4e-sent-folder "/alanpearce/Sent"
-                  mu4e-drafts-folder "/alanpearce/Drafts"
-                  mu4e-refile-folder "/alanpearce/Archive")
-            (bind-key "q" #'bury-buffer mu4e-main-mode-map)
-            (bind-key "d" #'mu4e-headers-mark-for-delete mu4e-headers-mode-map)))
-
 ;;;; Completion
 
 (setq completion-styles '(basic initials partial-completion substring)