summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 0137f66..3ec6640 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -102,6 +102,8 @@ With two prefix arguments, write out the day and month name."
             (when (eq system-type 'darwin)
               (general-unbind "s-x"))))
 
+(use-package avy
+  :custom ((avy-all-windows nil)))
 (use-package ace-link
   :after avy
   :config (ace-link-setup-default))