mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Optimize: the position of debug icons.
This commit is contained in:
parent
bbf319e595
commit
7158b9d975
1 changed files with 2 additions and 2 deletions
|
@ -1592,7 +1592,7 @@ mouse-3: Describe current input method")
|
|||
(when debug-on-error
|
||||
(propertize
|
||||
(if doom-modeline-icon
|
||||
(doom-modeline-icon-faicon "bug" :v-adjust -0.125 :face 'doom-modeline-urgent)
|
||||
(doom-modeline-icon-faicon "bug" :v-adjust -0.0575 :face 'doom-modeline-urgent)
|
||||
(propertize "!" 'face 'doom-modeline-urgent))
|
||||
'help-echo "Debug on Error
|
||||
mouse-1: Toggle Debug on Error"
|
||||
|
@ -1601,7 +1601,7 @@ mouse-1: Toggle Debug on Error"
|
|||
(when debug-on-quit
|
||||
(propertize
|
||||
(if doom-modeline-icon
|
||||
(doom-modeline-icon-faicon "bug" :v-adjust -0.125 :face 'doom-modeline-warning)
|
||||
(doom-modeline-icon-faicon "bug" :v-adjust -0.0575 :face 'doom-modeline-warning)
|
||||
(propertize "!" 'face 'doom-modeline-warning))
|
||||
'help-echo "Debug on Quit
|
||||
mouse-1: Toggle Debug on Quit"
|
||||
|
|
Loading…
Reference in a new issue