From f244142693ab1d8065bceaf2a6d8431c0d0b1f41 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sun, 25 Nov 2018 00:56:48 +0800 Subject: [PATCH] Disable major-mode icons by default due to incorrect icons. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index 17729fc..fb2de8b 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -96,7 +96,7 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el "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.") -(defvar doom-modeline-major-mode-icon t +(defvar doom-modeline-major-mode-icon nil "Whether show the icon for major mode. It should respect `doom-modeline-icon'.")