mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update debug icon and bump version to 1.9.7.
This commit is contained in:
parent
c5b5a4d2d2
commit
4c734d7f3e
2 changed files with 2 additions and 2 deletions
|
@ -1785,7 +1785,7 @@ mouse-3: Fetch notifications"
|
||||||
(if doom-modeline-icon
|
(if doom-modeline-icon
|
||||||
(doom-modeline-icon-material "bug_report"
|
(doom-modeline-icon-material "bug_report"
|
||||||
:height 1.1
|
:height 1.1
|
||||||
:v-adjust -0.225
|
:v-adjust (/ -0.27 all-the-icons-scale-factor)
|
||||||
:face face)
|
:face face)
|
||||||
(propertize "!" 'face face)))
|
(propertize "!" 'face face)))
|
||||||
|
|
||||||
|
|
|
@ -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.6
|
;; Version: 1.9.7
|
||||||
;; 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue