core-ui: fix doom-hide-modeline-mode resetting on major-mode changes
This commit is contained in:
parent
df65c93572
commit
9e084c18ba
6 changed files with 17 additions and 13 deletions
|
@ -90,7 +90,7 @@ invokes the repl. Takes the same arguements as `rtog/add-repl'."
|
|||
(add-hook 'quickrun/mode-hook #'linum-mode)
|
||||
|
||||
:config
|
||||
(set! :popup "*quickrun*" :size 10)
|
||||
(set! :popup "*quickrun*" :size 10 :noesc t :autokill t :autoclose t)
|
||||
|
||||
;; don't auto-focus quickrun windows. Shackle handles that for us.
|
||||
(setq quickrun-focus-p nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue