From cc0e8831a02e71a2099ef22d6e4a2d73677f7212 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 3 Apr 2025 22:56:39 -0700 Subject: [PATCH] M-l for avy-goto-line --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) 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)