diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-06-30T22·06-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-06-30T22·09+0000 |
commit | 46d4a73e344b9f742210f7c545f8d7cffc223348 (patch) | |
tree | cd891357fe29e938df50694eaf20fc3e826861a1 | |
parent | ec8e5c304b59ae3f8977576add9d8b86f6c3ca2f (diff) |
feat(gs/emacs): Bind M m to notmuch/compose r/1139
Change-Id: Ic6945b0508134904fbe435ac3049dbb40b8f7d21 Reviewed-on: https://cl.tvl.fyi/c/depot/+/805 Reviewed-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
-rw-r--r-- | users/glittershark/emacs.d/+bindings.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/users/glittershark/emacs.d/+bindings.el b/users/glittershark/emacs.d/+bindings.el index e2dec2a3ad74..5f3b9e52ef5d 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)) |