summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-08-27 13:41:23 +0200
committerAlan Pearce2017-08-27 13:41:23 +0200
commit48968239381de2f82c04dc86f9241c83e3487f40 (patch)
treee207a116c18b59bd02457e16175e5ac2011a58df /emacs
parentc2977c4f4bd08f0e352ce4b79e9363eb65d9ef29 (diff)
downloaddotfiles-48968239381de2f82c04dc86f9241c83e3487f40.tar.lz
dotfiles-48968239381de2f82c04dc86f9241c83e3487f40.tar.zst
dotfiles-48968239381de2f82c04dc86f9241c83e3487f40.zip
Emacs: Force-bind avy shortcuts
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index e45be85..7db83fa 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.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