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 :ensure t
:bind :bind
(("C-j" . avy-goto-char-timer) (("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 :init
(avy-setup-default)) (avy-setup-default))