From 1ddf68939e643c8580e695c7a3be0ed34dbdacd9 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sun, 25 Nov 2018 03:33:24 +0800 Subject: [PATCH] Fix fold icon. --- doom-modeline.el | 1 - 1 file changed, 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index a44ab48..d6e9317 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -723,7 +723,6 @@ buffer where knowing the current project directory is important." ((buffer-narrowed-p) (concat (doom-modeline-icon-octicon "fold" - :display '(raise 0) :face (if active 'doom-modeline-warning) :v-adjust -0.05) " "))))))