diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-15T17·09+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-15T17·09+0000 |
commit | 895deabb3aee036dbe3a96fa5caea46bfeef2012 (patch) | |
tree | 4f72a70665886430708406d1f9adcc2f6833394b /tools/emacs/config | |
parent | 431610e420645c1e27f6de9c943a6af793ffd045 (diff) |
chore(emacs.d): Comment out not-currently-used email bindings r/154
Diffstat (limited to 'tools/emacs/config')
-rw-r--r-- | tools/emacs/config/mail-setup.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/emacs/config/mail-setup.el b/tools/emacs/config/mail-setup.el index 71cfb92ff53c..cc182d346c3a 100644 --- a/tools/emacs/config/mail-setup.el +++ b/tools/emacs/config/mail-setup.el @@ -1,9 +1,9 @@ (require 'notmuch) (require 'counsel-notmuch) -(global-set-key (kbd "C-c m") 'notmuch-hello) -(global-set-key (kbd "C-c C-m") 'counsel-notmuch) -(global-set-key (kbd "C-c C-e n") 'notmuch-mua-new-mail) +;; (global-set-key (kbd "C-c m") 'notmuch-hello) +;; (global-set-key (kbd "C-c C-m") 'counsel-notmuch) +;; (global-set-key (kbd "C-c C-e n") 'notmuch-mua-new-mail) (setq notmuch-cache-dir (format "%s/.cache/notmuch" (getenv "HOME"))) (make-directory notmuch-cache-dir t) |