summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/.config/emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.config/emacs/init.el b/emacs/.config/emacs/init.el
index cc2cc0d..303ab9c 100644
--- a/emacs/.config/emacs/init.el
+++ b/emacs/.config/emacs/init.el
@@ -412,6 +412,8 @@
412 ,(expand-file-name "share/emacs/site-lisp/mu4e/*.el" local-prefix) 412 ,(expand-file-name "share/emacs/site-lisp/mu4e/*.el" local-prefix)
413 ,(expand-file-name "share/info/*" local-prefix))) 413 ,(expand-file-name "share/info/*" local-prefix)))
414 :commands mu4e 414 :commands mu4e
415 ;; TODO: Make C-c m bury the buffer instead when in *mu4e-main*
416 :bind (("C-c m" . mu4e))
415 :custom 417 :custom
416 (mu4e-mu-binary (expand-file-name "bin/mu" local-prefix)) 418 (mu4e-mu-binary (expand-file-name "bin/mu" local-prefix))
417 419