From bd8e00ff6121d56e5ef30fa60a37cdf7079ca187 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 19 Feb 2019 04:05:52 +0800 Subject: [PATCH] Format. --- doom-modeline-segments.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index 331f222..134826c 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -162,9 +162,7 @@ buffer where knowing the current project directory is important." (let* ((height (/ all-the-icons-scale-factor 1.3)) (icon (if (and buffer-file-name (all-the-icons-auto-mode-match?)) - (doom-modeline-icon-for-file - (file-name-nondirectory buffer-file-name) - :height height) + (doom-modeline-icon-for-file (file-name-nondirectory buffer-file-name) :height height) (doom-modeline-icon-for-mode major-mode :height height)))) (if (symbolp icon) (setq icon (doom-modeline-icon-for-mode 'fundamental-mode :height height)))