From c6be6f5b482b6a05a14d1ebdc4cab1b6c59a23b8 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Wed, 13 Jun 2018 20:00:38 +0800 Subject: [PATCH] Bump version to 0.1.1. --- doom-modeline.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doom-modeline.el b/doom-modeline.el index 14bf7a4..b8519d8 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -4,7 +4,7 @@ ;; Author: Vincent Zhang ;; URL: https://github.com/seagle0128/doom-modeline -;; Version: 0.1.0 +;; Version: 0.1.1 ;; Package-Requires: ((emacs "24.4") (dash "2.11.0") (all-the-icons "1.0.0") (projectile "0.10.0") (shrink-path "0.2.0") (eldoc-eval "0.1")) ;; Keywords: modeline mode-line doom @@ -678,8 +678,7 @@ directory, the file name, and its state (modified, read-only or non-existent)." (concat (if vc-mode " " " ") (when icon (concat - (when (display-graphic-p) - (all-the-icons-material icon :face face :height 1.1 :v-adjust (or voffset -0.2))) + (doom-modeline-maybe-icon-material icon :face face :height 1.1 :v-adjust (or voffset -0.2)) (if text doom-modeline-vspc))) (when text (propertize text 'face face))