Fix avy (in some places)

This commit is contained in:
2024-04-29 12:26:00 -07:00
parent 0476483426
commit 1a275b3fd6
3 changed files with 10 additions and 5 deletions

View File

@@ -23,14 +23,13 @@
(use-package avy
:ensure t
:defer nil
:bind
(("C-j" . avy-goto-char-timer)
([remap goto-line] . avy-goto-line)
:map org-mode-map
("C-j" . nil)
:map isearch-mode-map
("C-j" . avy-isearch)
:map magit-file-section-map
:map lisp-interaction-mode-map
("C-j" . nil))
:init