diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 98f1d9f..48c9ffa 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -851,6 +851,7 @@ (unbind-key "C-c C-c" tern-mode-keymap)) (use-package nm + :if (executable-find "notmuch") :quelpa (nm :fetcher github :repo "ad1217/nevermore") :bind (:map nm-mode-map ("n" . nm-read)