Change the fallback icon and bump version.

This commit is contained in:
Vincent Zhang 2019-04-11 01:03:02 +08:00
parent c4fe2fbfab
commit a4de2b6198
2 changed files with 2 additions and 2 deletions

View file

@ -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-file file :height height))
(doom-modeline-icon-for-mode major-mode :height height)))) (doom-modeline-icon-for-mode major-mode :height height))))
(if (symbolp icon) (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) (unless (symbolp icon)
(propertize icon (propertize icon
'help-echo (format "Major-mode: %s" (format-mode-line mode-name)) 'help-echo (format "Major-mode: %s" (format-mode-line mode-name))

View file

@ -4,7 +4,7 @@
;; Author: Vincent Zhang <seagle0128@gmail.com> ;; Author: Vincent Zhang <seagle0128@gmail.com>
;; Homepage: https://github.com/seagle0128/doom-modeline ;; 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")) ;; 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 ;; Keywords: faces mode-line