feature/popup: fix possible void-variable error w/ hide-mode-line-mode
This commit is contained in:
parent
7afc62fb1d
commit
4675ceff42
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ disabled."
|
|||
((symbolp modeline)
|
||||
(when-let* ((hide-mode-line-format (doom-modeline modeline)))
|
||||
(hide-mode-line-mode +1)))))
|
||||
(when hide-mode-line-mode
|
||||
(when (bound-and-true-p hide-mode-line-mode)
|
||||
(hide-mode-line-mode -1))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue