Bump version to 0.1.1.

This commit is contained in:
Vincent Zhang 2018-06-13 20:00:38 +08:00
parent a0479f40f0
commit c6be6f5b48

View file

@ -4,7 +4,7 @@
;; Author: Vincent Zhang <seagle0128@gmail.com> ;; Author: Vincent Zhang <seagle0128@gmail.com>
;; URL: https://github.com/seagle0128/doom-modeline ;; 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")) ;; 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 ;; 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 " " " ") (concat (if vc-mode " " " ")
(when icon (when icon
(concat (concat
(when (display-graphic-p) (doom-modeline-maybe-icon-material icon :face face :height 1.1 :v-adjust (or voffset -0.2))
(all-the-icons-material icon :face face :height 1.1 :v-adjust (or voffset -0.2)))
(if text doom-modeline-vspc))) (if text doom-modeline-vspc)))
(when text (when text
(propertize text 'face face)) (propertize text 'face face))