mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Optimize: debug state.
This commit is contained in:
parent
7158b9d975
commit
df41de323d
1 changed files with 1 additions and 0 deletions
|
@ -1589,6 +1589,7 @@ mouse-3: Describe current input method")
|
||||||
"The current debug state."
|
"The current debug state."
|
||||||
(when (doom-modeline--active)
|
(when (doom-modeline--active)
|
||||||
(concat
|
(concat
|
||||||
|
(and (or debug-on-error debug-on-quit) " ")
|
||||||
(when debug-on-error
|
(when debug-on-error
|
||||||
(propertize
|
(propertize
|
||||||
(if doom-modeline-icon
|
(if doom-modeline-icon
|
||||||
|
|
Loading…
Reference in a new issue