all repos — nixfiles @ e6d7513cc93c24cdcb839384bba3e9714c1e8601

System and user configuration, managed by nix and home-manager

Emacs: Bind C-| to avy-go-to-line

Alan Pearce
commit

e6d7513cc93c24cdcb839384bba3e9714c1e8601

parent

409e833300a6b7172a441bd2f7c3cc1ed8c810e3

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1170,7 +1170,8 @@ (add-hook 'markdown-mode-hook #'turn-on-auto-fill)))
(req-package avy :bind (("M-g g" . avy-goto-line) - ("M-g M-g" . avy-goto-line) + ("M-g M-g" . avy-goto-line) + ("C-|" . avy-goto-line) ("C-c SPC" . avy-goto-char)) :config (progn (avy-setup-default)