mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Bump version to 0.1.1.
This commit is contained in:
parent
a0479f40f0
commit
c6be6f5b48
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Vincent Zhang <seagle0128@gmail.com>
|
||||
;; 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))
|
||||
|
|
Loading…
Reference in a new issue