diff options
author | Alan Pearce | 2016-04-29 11:01:54 +0200 |
---|---|---|
committer | Alan Pearce | 2016-04-29 11:01:54 +0200 |
commit | 441224ff2e7e10c8e6e393b0d0cf2c9b76b660bf (patch) | |
tree | 5a0c836d9916845dc9c895c7599e1aec4dd4e0ca /tag-emacs | |
parent | eee6d1262257bab149a43a06e43ce2abd059d4ce (diff) | |
download | nixfiles-441224ff2e7e10c8e6e393b0d0cf2c9b76b660bf.tar.lz nixfiles-441224ff2e7e10c8e6e393b0d0cf2c9b76b660bf.tar.zst nixfiles-441224ff2e7e10c8e6e393b0d0cf2c9b76b660bf.zip |
Emacs: Add avy-goto-word binding
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index c617d400..1059b688 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) |