mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update advices for set-selected-window.
This commit is contained in:
parent
38a3930aff
commit
947312d209
2 changed files with 2 additions and 3 deletions
|
@ -380,8 +380,7 @@ If DEFAULT is non-nil, set the default mode-line for all buffers."
|
|||
|
||||
(add-hook 'window-configuration-change-hook #'doom-modeline-set-selected-window)
|
||||
(advice-add #'handle-switch-frame :after #'doom-modeline-set-selected-window)
|
||||
(advice-add #'select-window :after #'doom-modeline-set-selected-window)
|
||||
(advice-add #'make-frame :after #'doom-modeline-set-selected-window)
|
||||
(advice-add #'select-frame :after #'doom-modeline-set-selected-window)
|
||||
(advice-add #'delete-frame :after #'doom-modeline-set-selected-window)
|
||||
(with-no-warnings
|
||||
(cond ((not (boundp 'after-focus-change-function))
|
||||
|
|
Loading…
Reference in a new issue