summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 8befc43..e7b4341 100644
--- a/init.el
+++ b/init.el
@@ -598,7 +598,8 @@
(define-key notmuch-common-keymap "j" #'km/notmuch-avy-goto-subword-1))
(define-key occur-mode-map "j" #'km/occur-avy-goto-subword-1)
:config
- (add-to-list 'avy-dispatch-alist (cons ?w #'km/avy-action-copy-line)))
+ (after 'avy
+ (add-to-list 'avy-dispatch-alist (cons ?w #'km/avy-action-copy-line))))
;;; Buffers and files