all repos — nixfiles @ 441224ff2e7e10c8e6e393b0d0cf2c9b76b660bf

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

Emacs: Add avy-goto-word binding
Alan Pearce alan.pearce@spotcap.com
Fri, 29 Apr 2016 11:01:54 +0200
commit

441224ff2e7e10c8e6e393b0d0cf2c9b76b660bf

parent

eee6d1262257bab149a43a06e43ce2abd059d4ce

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -2183,6 +2183,7 @@ (use-package avy     :bind* (("M-g g" . avy-goto-line)
             ("M-g M-g" . avy-goto-line)
             ("C-|" . avy-goto-line)
+            ("M-s" . avy-goto-word-1)
             ("C-c SPC" . avy-goto-char-timer))
     :config (progn
               (avy-setup-default)