From a4de2b6198ba395f330845202fbfb57d743f6fcb Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Thu, 11 Apr 2019 01:03:02 +0800 Subject: [PATCH] Change the fallback icon and bump version. --- doom-modeline-segments.el | 2 +- doom-modeline.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index 3d6c55c..3953b0f 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -209,7 +209,7 @@ buffer where knowing the current project directory is important." (doom-modeline-icon-for-file file :height height)) (doom-modeline-icon-for-mode major-mode :height height)))) (if (symbolp icon) - (setq icon (doom-modeline-icon-faicon "file" :height height :v-adjust -0.0575))) + (setq icon (doom-modeline-icon-faicon "file-o" :height height :v-adjust -0.0575))) (unless (symbolp icon) (propertize icon 'help-echo (format "Major-mode: %s" (format-mode-line mode-name)) diff --git a/doom-modeline.el b/doom-modeline.el index 6542c82..2a7d03c 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -4,7 +4,7 @@ ;; Author: Vincent Zhang ;; Homepage: https://github.com/seagle0128/doom-modeline -;; Version: 1.9.7 +;; Version: 1.9.8 ;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (eldoc-eval "0.1") (dash "2.11.0")) ;; Keywords: faces mode-line