Teach super-save about ace-window
This commit is contained in:
parent
78ba4bebe2
commit
10956aca3b
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue