summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2018-03-06 13:33:16 +0100
committerAlan Pearce2018-03-06 13:33:16 +0100
commit698a537fc74f61523b911b60750507d54b6ea32d (patch)
tree5c9f3e3f527ee1769907276fdad31bf4120fc860 /emacs
parent075223102a057a4215b9caaa51b1fc9217875044 (diff)
downloaddotfiles-698a537fc74f61523b911b60750507d54b6ea32d.tar.lz
dotfiles-698a537fc74f61523b911b60750507d54b6ea32d.tar.zst
dotfiles-698a537fc74f61523b911b60750507d54b6ea32d.zip
Emacs: use normal qwerty avy-keys
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 3689a33..c1f87ce 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -2574,8 +2574,7 @@ Pass ARG to `comint-delchar-or-maybe-eof'."
           ("C-c SPC" . avy-goto-char-timer))
   :config (progn
             (avy-setup-default)
-            (setq avy-all-windows nil
-                  avy-keys '(?a ?r ?s ?t ?d ?h ?n ?e ?i ?\;))))
+            (setq avy-all-windows nil)))
 
 ;;;;;; ace-link