Revert "Set doom-modeline-icon locally."
This reverts commit 7136b79f92
.
Did not work. doom-modeline-icon was always nil.
This commit is contained in:
parent
159c985e2c
commit
9715275d73
|
@ -121,8 +121,9 @@
|
||||||
: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 ()
|
||||||
(setq-local doom-modeline-icon
|
(customize-set-variable
|
||||||
(display-graphic-p))))))
|
'doom-modeline-icon
|
||||||
|
(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