summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el
index c7c2ad7..a2f17f1 100644
--- a/init.el
+++ b/init.el
@@ -2391,8 +2391,7 @@
mode-line-misc-info))
(key-chord-define-global "jg" 'km/mail-map)
(after 'notmuch-lib
- (define-key notmuch-common-keymap ")" #'km/notmuch-sync-mail)
- (define-key notmuch-common-keymap "0" #'km/notmuch-sync-mail-fast))
+ (define-key notmuch-common-keymap "0" #'km/notmuch-sync-mail))
(setq savehist-file (concat savehist-file "-mail"))
(savehist-mode 1)
(setq recentf-save-file "~/.emacs.d/cache/recentf-mail")