mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Change the fallback icon and bump version.
This commit is contained in:
parent
c4fe2fbfab
commit
a4de2b6198
2 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Vincent Zhang <seagle0128@gmail.com>
|
||||
;; 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue