mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix: No definitions found for: xah-fly-insert-state-q.
This commit is contained in:
parent
5fbb0291d6
commit
aa088e3f52
1 changed files with 1 additions and 1 deletions
|
@ -1411,7 +1411,7 @@ See `mode-line-percent-position'.")
|
|||
|
||||
(doom-modeline-def-segment xah-fly-keys ()
|
||||
"The current xah-fly-keys state."
|
||||
(when (boundp xah-fly-insert-state-q)
|
||||
(when (boundp 'xah-fly-insert-state-q)
|
||||
(propertize (if xah-fly-insert-state-q
|
||||
" <I> "
|
||||
" <C> ")
|
||||
|
|
Loading…
Reference in a new issue