mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
core-ui: fix doom-hide-modeline-mode resetting on major-mode changes
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user