diff options
author | Alan Pearce | 2019-06-17 21:59:34 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-17 21:59:34 +0200 |
commit | f83dcbc55dd7f64e3127143ee30d242fd777374c (patch) | |
tree | 5c586d517718f4bd0f48ced1997c53eba76c643f /emacs | |
parent | acb529e942d502285e1e96d41da9b01fbb8e9c50 (diff) | |
download | dotfiles-f83dcbc55dd7f64e3127143ee30d242fd777374c.tar.lz dotfiles-f83dcbc55dd7f64e3127143ee30d242fd777374c.tar.zst dotfiles-f83dcbc55dd7f64e3127143ee30d242fd777374c.zip |
Emacs: configure avy to focus on current window
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
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)) |