mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05:00
Enable icons by default.
This commit is contained in:
parent
d2d1825b9a
commit
ffb9e38828
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el
|
|||
(const buffer-name))
|
||||
:group'doom-modeline)
|
||||
|
||||
(defcustom doom-modeline-icon (display-graphic-p)
|
||||
(defcustom doom-modeline-icon t
|
||||
"Whether display the icons in the mode-line.
|
||||
|
||||
While using the server mode in GUI, should set the value explicitly."
|
||||
|
|
Loading…
Add table
Reference in a new issue