Don't autohide mode-line in popups (causes display glitches)
This commit is contained in:
parent
9c0e991250
commit
e61f433ffc
2 changed files with 2 additions and 4 deletions
|
@ -43,7 +43,7 @@
|
|||
;; :nokill = Won't be killed when closed (only buried)
|
||||
;; :modeline = Show the modeline
|
||||
(defvar doom-popup-rules
|
||||
'(("^\\*doom\\(:scratch\\)?\\*$" :noesc :nokill :modeline)
|
||||
'(("^\\*doom\\(:scratch\\)?\\*$" :noesc :nokill)
|
||||
("^\\*doom.*\\*$" :noesc :nokill)
|
||||
(ivy-occur-grep-mode :noesc)
|
||||
(compilation-mode :noesc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue