mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
Change the face of debug icon.
This commit is contained in:
parent
12f291b6c7
commit
3789a96ae0
1 changed files with 1 additions and 1 deletions
|
@ -1940,7 +1940,7 @@ mouse-1: Toggle Debug on Error"
|
|||
(defsubst doom-modeline--debug-on-quit ()
|
||||
"The current `debug-on-quit' state."
|
||||
(when debug-on-quit
|
||||
(propertize (doom-modeline-debug-icon 'doom-modeline-buffer-path)
|
||||
(propertize (doom-modeline-debug-icon 'doom-modeline-info)
|
||||
'help-echo "Debug on Quit
|
||||
mouse-1: Toggle Debug on Quit"
|
||||
'mouse-face '(:box 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue