all repos — nixfiles @ 48968239381de2f82c04dc86f9241c83e3487f40

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

Emacs: Force-bind avy shortcuts
Alan Pearce alan@alanpearce.eu
Sun, 27 Aug 2017 13:41:23 +0200
commit

48968239381de2f82c04dc86f9241c83e3487f40

parent

c2977c4f4bd08f0e352ce4b79e9363eb65d9ef29

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -2666,11 +2666,11 @@ ;; #+BEGIN_SRC emacs-lisp
 (use-package avy
   :defer 5
-  :bind (("M-g g" . avy-goto-line)
-         ("M-g M-g" . avy-goto-line)
-         ("C-|" . avy-goto-line)
-         ("M-r" . avy-goto-word-1)
-         ("C-c SPC" . avy-goto-char-timer))
+  :bind* (("M-g g" . avy-goto-line)
+          ("M-g M-g" . avy-goto-line)
+          ("C-|" . avy-goto-line)
+          ("M-r" . avy-goto-word-1)
+          ("C-c SPC" . avy-goto-char-timer))
   :config (progn
             (avy-setup-default)
             (setq avy-all-windows nil