Enable icons by default.

This commit is contained in:
Vincent Zhang 2021-08-07 17:22:36 +08:00
parent d2d1825b9a
commit ffb9e38828

View file

@ -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."