diff --git a/core/prelude-editor.el b/core/prelude-editor.el index b685d10..d443a78 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -150,6 +150,8 @@ ;; automatically save buffers associated with files on buffer switch ;; and on windows switch (require 'super-save) +;; add integration with ace-window +(add-to-list 'super-save-triggers 'ace-window) (super-save-mode +1) (defadvice set-buffer-major-mode (after set-major-mode activate compile)