From 5dd5a1ce70e84467352255574ff93948ed2a1d78 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Fri, 27 Sep 2019 16:20:58 -0500 Subject: [PATCH] Ace window always activate for 2 or more windows --- custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.el b/custom.el index 5d2cd1e..3851a60 100644 --- a/custom.el +++ b/custom.el @@ -6,6 +6,7 @@ '(auto-save-file-name-transforms (quote ((".*" "~/.emacs.d/autosave/" t)))) + '(aw-dispatch-when-more-than 1) '(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup"))))