summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-04-29 11:01:54 +0200
committerAlan Pearce2016-04-29 11:01:54 +0200
commit441224ff2e7e10c8e6e393b0d0cf2c9b76b660bf (patch)
tree5a0c836d9916845dc9c895c7599e1aec4dd4e0ca /tag-emacs/emacs.d
parenteee6d1262257bab149a43a06e43ce2abd059d4ce (diff)
downloaddotfiles-441224ff2e7e10c8e6e393b0d0cf2c9b76b660bf.tar.lz
dotfiles-441224ff2e7e10c8e6e393b0d0cf2c9b76b660bf.tar.zst
dotfiles-441224ff2e7e10c8e6e393b0d0cf2c9b76b660bf.zip
Emacs: Add avy-goto-word binding
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index c617d40..1059b68 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -2183,6 +2183,7 @@ somehow I prefer it.
     :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)