summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index dcf6536..e768ba0 100644
--- a/init.el
+++ b/init.el
@@ -577,6 +577,8 @@
(after 'magit-log
(define-key magit-log-mode-map "j" #'km/magit-avy-goto-subword-1)
(define-key magit-cherry-mode-map "j" #'km/magit-avy-goto-subword-1))
+ (after 'notmuch
+ (define-key notmuch-common-keymap "j" #'km/notmuch-avy-goto-subword-1))
(define-key occur-mode-map "j" #'km/occur-avy-goto-subword-1))