summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-04-12 14:45:40 +0200
committerAlan Pearce2017-04-12 14:45:53 +0200
commitcbe302dac081990bb5fe9e84545d022659ef5599 (patch)
tree9e8d6e69e8b7b0838825b65c59cebe486ca1b02e /emacs
parentf937bfc0e4b8f4946efb0bf65ea20742321f8c79 (diff)
downloaddotfiles-cbe302dac081990bb5fe9e84545d022659ef5599.tar.lz
dotfiles-cbe302dac081990bb5fe9e84545d022659ef5599.tar.zst
dotfiles-cbe302dac081990bb5fe9e84545d022659ef5599.zip
Emacs: Don't force-bind M-g bindings
Gnus binds something to M-g that I might want to use
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 27f4515..44b0a3c 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -2319,11 +2319,11 @@ somehow I prefer it.
 
 #+BEGIN_SRC emacs-lisp
 (use-package avy
-  :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