From 895deabb3aee036dbe3a96fa5caea46bfeef2012 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 15 Dec 2019 17:09:39 +0000 Subject: chore(emacs.d): Comment out not-currently-used email bindings --- tools/emacs/config/mail-setup.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/emacs') 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) -- cgit 1.4.1