Revert "Set doom-modeline-icon locally."

This reverts commit 7136b79f92.

Did not work. doom-modeline-icon was always nil.
This commit is contained in:
tastytea 2021-06-24 18:02:02 +02:00
parent 159c985e2c
commit 9715275d73
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 2 deletions

View File

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