chore(emacs.d): Comment out not-currently-used email bindings
This commit is contained in:
parent
431610e420
commit
895deabb3a
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue