General & minor refactoring
This commit is contained in:
parent
25619908a2
commit
2d9e63d5bb
4 changed files with 13 additions and 17 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue