diff options
author | Amin Bandali <amin@gnu.org> | 2018-08-23 17:06:51 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-08-23 17:06:51 -0400 |
commit | 47112ed3fc08782ad4eb1f02cd5aa0d98544aea5 (patch) | |
tree | ea40f8e6ee3326200c5db2a52ad16487d82ecbf2 | |
parent | 9b646b53ba2ae709bc696af3465d4dbc93e5f86e (diff) | |
download | configs-47112ed3fc08782ad4eb1f02cd5aa0d98544aea5.tar.gz configs-47112ed3fc08782ad4eb1f02cd5aa0d98544aea5.tar.xz configs-47112ed3fc08782ad4eb1f02cd5aa0d98544aea5.zip |
[emacs] minor changes
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |