From 47112ed3fc08782ad4eb1f02cd5aa0d98544aea5 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 23 Aug 2018 17:06:51 -0400 Subject: [PATCH] [emacs] minor changes --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index cb5d1f0..25807b7 100644 --- a/init.org +++ b/init.org @@ -1139,7 +1139,7 @@ Emacs package that displays available keybindings in popup :defer 5 :bind-keymap ("C-c p" . projectile-command-map) :config - (projectile-global-mode) + (projectile-mode) (defun my-projectile-invalidate-cache (&rest _args) ;; ignore the args to `magit-checkout' @@ -1207,6 +1207,7 @@ See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]]. (use-package notmuch :commands notmuch :bind ("C-c m" . amin/notmuch) + :custom (notmuch-always-prompt-for-sender t) :config (setq notmuch-hello-sections '(notmuch-hello-insert-header -- 2.20.1