Skip to content

Commit

Permalink
Optimize: debug state.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Dec 21, 2018
1 parent 7158b9d commit df41de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doom-modeline.el
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,7 @@ mouse-3: Describe current input method")
"The current debug state."
(when (doom-modeline--active)
(concat
(and (or debug-on-error debug-on-quit) " ")
(when debug-on-error
(propertize
(if doom-modeline-icon
Expand Down

0 comments on commit df41de3

Please sign in to comment.