feature/eval: remove redundant popup rule

This commit is contained in:
Henrik Lissner 2018-01-31 02:16:25 -05:00
parent dc2b905933
commit 523c6ae4cc
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -68,10 +68,7 @@ function that creates and returns the REPL buffer."
:config
(setq quickrun-focus-p nil)
(set! :popup "^\\*quickrun"
'((size . 0.3)) '((transient . 0)))
(set! :popup "^\\*\\(?:\\(?:Pp E\\|doom e\\)val\\)"
'((size . +popup-shrink-to-fit)) '((transient . 0) (select . ignore)))
(set! :popup "^\\*quickrun" '((size . 0.3)) '((transient . 0)))
(defun +eval*quickrun-auto-close (&rest _)
"Allows us to silently re-run quickrun from within the quickrun buffer."