From bdd35ad4df4f4dc5f1a30c6556781c97bb4a0ecb Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Apr 2017 21:54:40 -0400 Subject: notmuch: Change sync/refresh keys --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 0e2cab9..4453e96 100644 --- a/init.el +++ b/init.el @@ -2080,6 +2080,8 @@ (define-key notmuch-tree-mode-map "O" (notmuch-tree-close-message-pane-and #'notmuch-show-reply-sender)) + (define-key notmuch-common-keymap "g" #'notmuch-refresh-this-buffer) + (define-key notmuch-common-keymap "d" #'notmuch-jump-search) (define-key notmuch-message-mode-map (kbd "C-c C-s") nil) (define-key notmuch-show-mode-map "v" #'org-capture) @@ -2307,8 +2309,8 @@ mode-line-misc-info)) (key-chord-define-global "jg" 'km/mail-map) (after 'notmuch-lib - (define-key notmuch-common-keymap "G" #'km/notmuch-sync-mail) - (define-key notmuch-common-keymap "g" #'km/notmuch-sync-mail-fast)) + (define-key notmuch-common-keymap ")" #'km/notmuch-sync-mail) + (define-key notmuch-common-keymap "0" #'km/notmuch-sync-mail-fast)) (setq savehist-file (concat savehist-file "-mail")) (savehist-mode 1) (setq recentf-save-file "~/.emacs.d/cache/recentf-mail") -- cgit v1.2.3