Activate avy in org-mode

This commit is contained in:
2024-04-16 10:42:48 -07:00
parent 6b7aad14fd
commit 3b5e7c53fa

View File

@@ -22,7 +22,9 @@
:ensure t
:bind
(("C-j" . avy-goto-char-timer)
([remap goto-line] . avy-goto-line))
([remap goto-line] . avy-goto-line)
:map org-mode-map
("C-j" . avy-goto-char-timer))
:init
(avy-setup-default))