We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I added my customized modeline but I found the modelines in unfocused windows do not respect any modeline definition.
I wonder if we can force the unfocused windows to follow the same modeline?
config:
(use-package doom-modeline :ensure t :init (doom-modeline-mode t) :config (setq doom-modeline-project-detection 'project) (setq doom-modeline-buffer-file-name-style 'truncate-with-project) (setq doom-modeline-display-default-persp-name t) (doom-modeline-def-modeline 'miao '(eldoc bar window-number persp-name modals matches follow buffer-info remote-host buffer-position word-count selection-info) '(compilation objed-state misc-info battery grip irc mu4e gnus github debug repl lsp minor-modes input-method indent-info buffer-encoding major-mode process vcs check time)) (doom-modeline-set-modeline 'miao 'default) (setq doom-modeline-mode-alist nil))
The text was updated successfully, but these errors were encountered:
Add this to your config:
(dolist (buf (buffer-list)) (with-current-buffer buf (doom-modeline-set-modeline 'miao 'default)))
Sorry, something went wrong.
No branches or pull requests
I added my customized modeline but I found the modelines in unfocused windows do not respect any modeline definition.
I wonder if we can force the unfocused windows to follow the same modeline?
config:
The text was updated successfully, but these errors were encountered: