mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Ignore winum operations for mode-line.
This commit is contained in:
parent
19757b4a99
commit
bbda508825
1 changed files with 2 additions and 0 deletions
|
@ -966,6 +966,8 @@ with `evil-ex-substitute', and/or 4. The number of active `iedit' regions."
|
|||
|
||||
(advice-add #'window-numbering-install-mode-line :override #'ignore)
|
||||
(advice-add #'window-numbering-clear-mode-line :override #'ignore)
|
||||
(advice-add #'winum--install-mode-line :override #'ignore)
|
||||
(advice-add #'winum--clear-mode-line :override #'ignore)
|
||||
|
||||
(doom-modeline-def-segment window-number
|
||||
(setq winum-auto-setup-mode-line nil)
|
||||
|
|
Loading…
Reference in a new issue