about summary refs log tree commit diff
path: root/users/glittershark/emacs.d/+bindings.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/glittershark/emacs.d/+bindings.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/users/glittershark/emacs.d/+bindings.el b/users/glittershark/emacs.d/+bindings.el
index e2dec2a3ad..5f3b9e52ef 100644
--- a/users/glittershark/emacs.d/+bindings.el
+++ b/users/glittershark/emacs.d/+bindings.el
@@ -389,10 +389,7 @@ private/hlissner/snippets."
        :desc "Send project to Launchbar" :n "L" #'+macos/send-project-to-launchbar))
 
    (:desc "Email" :prefix "M"
-     :desc "Compose" :n "m" #'mu4e-compose-new
-     :desc "Update"  :n "u" #'mu4e-update-mail-and-index
-     :desc "Sync"    :n "s" #'mu4e-update-mail-and-index
-     :desc "Open"    :n "o" #'mu4e)
+     :desc "Compose" :n "m" #'+notmuch/compose)
 
    (:desc "project" :prefix "p"
      :desc "Browse project"          :n  "." (find-file-in! (doom-project-root))