about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-15T17·09+0000
committerVincent Ambo <tazjin@google.com>2019-12-15T17·09+0000
commit895deabb3aee036dbe3a96fa5caea46bfeef2012 (patch)
tree4f72a70665886430708406d1f9adcc2f6833394b /tools
parent431610e420645c1e27f6de9c943a6af793ffd045 (diff)
chore(emacs.d): Comment out not-currently-used email bindings r/154
Diffstat (limited to 'tools')
-rw-r--r--tools/emacs/config/mail-setup.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/emacs/config/mail-setup.el b/tools/emacs/config/mail-setup.el
index 71cfb92ff5..cc182d346c 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)