General & minor refactoring

This commit is contained in:
Henrik Lissner 2018-01-07 00:08:30 -05:00
parent 25619908a2
commit 2d9e63d5bb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 13 additions and 17 deletions

View file

@ -67,7 +67,7 @@ function that creates and returns the REPL buffer."
(add-hook 'quickrun--mode-hook #'nlinum-mode))
:config
(set! :popup "^\\*\\(?:doom eval\\|Pp Eval Output\\|quickrun\\)"
'((window-height . 10)) '((transient . 0)))
'((window-height . 0.2)) '((transient . 0)))
(defun +eval*quickrun-auto-close (&rest _)
"Allows us to silently re-run quickrun from within the quickrun buffer."