core-ui: fix doom-hide-modeline-mode resetting on major-mode changes

This commit is contained in:
Henrik Lissner 2017-04-18 05:00:54 -04:00
parent df65c93572
commit 9e084c18ba
6 changed files with 17 additions and 13 deletions

View file

@ -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)