Stop hiding goto-line

This commit is contained in:
2025-06-20 12:46:25 -07:00
parent fc7a626d2f
commit 726d619d3b

View File

@@ -175,7 +175,6 @@
:bind :bind
(("C-j" . avy-goto-char-timer) (("C-j" . avy-goto-char-timer)
("M-l" . avy-goto-line) ("M-l" . avy-goto-line)
([remap goto-line] . avy-goto-line)
:map isearch-mode-map :map isearch-mode-map
("C-j" . avy-isearch) ("C-j" . avy-isearch)
:map lisp-interaction-mode-map :map lisp-interaction-mode-map