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)
|
:hook ((after-init . doom-modeline-mode)
|
||||||
;; <https://github.com/seagle0128/doom-modeline/issues/375>
|
;; <https://github.com/seagle0128/doom-modeline/issues/375>
|
||||||
(server-after-make-frame . (lambda ()
|
(server-after-make-frame . (lambda ()
|
||||||
(customize-set-variable
|
(setq-local doom-modeline-icon
|
||||||
'doom-modeline-icon
|
(display-graphic-p))))))
|
||||||
(display-graphic-p))))))
|
|
||||||
|
|
||||||
;; Show line numbers on the left side of the buffer.
|
;; Show line numbers on the left side of the buffer.
|
||||||
(use-package display-line-numbers
|
(use-package display-line-numbers
|
||||||
|
|
Loading…
Reference in New Issue
Block a user