diff options
author | Alan Pearce | 2018-03-06 13:33:16 +0100 |
---|---|---|
committer | Alan Pearce | 2018-03-06 13:33:16 +0100 |
commit | 698a537fc74f61523b911b60750507d54b6ea32d (patch) | |
tree | 5c9f3e3f527ee1769907276fdad31bf4120fc860 /emacs/.emacs.d/main.el | |
parent | 075223102a057a4215b9caaa51b1fc9217875044 (diff) | |
download | nixfiles-698a537fc74f61523b911b60750507d54b6ea32d.tar.lz nixfiles-698a537fc74f61523b911b60750507d54b6ea32d.tar.zst nixfiles-698a537fc74f61523b911b60750507d54b6ea32d.zip |
Emacs: use normal qwerty avy-keys
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r-- | emacs/.emacs.d/main.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 3689a33b..c1f87ce2 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 |