Fix avy (in some places)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user