Set doom-modeline-icon locally.

Maybe it will change the icon locally sometime…
<https://github.com/seagle0128/doom-modeline/issues/375>
This commit is contained in:
tastytea 2021-06-20 22:08:27 +02:00
parent abb29c2c6d
commit 7136b79f92
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 3 deletions

View File

@ -121,9 +121,8 @@
:hook ((after-init . doom-modeline-mode)
;; <https://github.com/seagle0128/doom-modeline/issues/375>
(server-after-make-frame . (lambda ()
(customize-set-variable
'doom-modeline-icon
(display-graphic-p))))))
(setq-local doom-modeline-icon
(display-graphic-p))))))
;; Show line numbers on the left side of the buffer.
(use-package display-line-numbers