diff --git a/emacs/init.el b/emacs/init.el index d99ba9b..ee1cdcb 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -168,6 +168,7 @@ :ensure t :bind (("C-j" . avy-goto-char-timer) + ("M-l" . avy-goto-line) ([remap goto-line] . avy-goto-line) :map isearch-mode-map ("C-j" . avy-isearch)