Display file icons by default.

This commit is contained in:
Vincent Zhang 2018-11-24 13:19:14 +08:00
parent 229366ffe5
commit 2b5a3b103e
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ Recommand to use [doom-themes](https://github.com/hlissner/emacs-doom-themes);
(setq doom-modeline-icon t) (setq doom-modeline-icon t)
;; Whether show the icon for major mode. It should respect `doom-modeline-icon'. ;; Whether show the icon for major mode. It should respect `doom-modeline-icon'.
(setq doom-modeline-major-mode-icon nil) (setq doom-modeline-major-mode-icon t)
;; Dont compact font caches during GC. ;; Dont compact font caches during GC.
;; If you are expereicing the laggy issue especially on Windows, please set to ;; If you are expereicing the laggy issue especially on Windows, please set to

View file

@ -96,7 +96,7 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el
"Whether show `all-the-icons' or not (if nil nothing will be showed). "Whether show `all-the-icons' or not (if nil nothing will be showed).
The icons may not be showed correctly on Windows. Disable to make it work.") The icons may not be showed correctly on Windows. Disable to make it work.")
(defvar doom-modeline-major-mode-icon nil (defvar doom-modeline-major-mode-icon t
"Whether show the icon for major mode. It should respect `doom-modeline-icon'.") "Whether show the icon for major mode. It should respect `doom-modeline-icon'.")