all repos — nixfiles @ 1e8ce4132e6f4b7dd1e3cc9363f675af1ce65d5c

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

Emacs: Ensure avy keybinds are respected

Alan Pearce
commit

1e8ce4132e6f4b7dd1e3cc9363f675af1ce65d5c

parent

54926861002591eb27506e1d61feb1b81fa65160

1 file changed, 4 insertions(+), 4 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1172,10 +1172,10 @@ :config (progn
(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) - ("C-|" . avy-goto-line) - ("C-c SPC" . avy-goto-char)) + :bind* (("M-g 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) (setq avy-all-windows nil)))