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:
parent
abb29c2c6d
commit
7136b79f92
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user