mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Adjust eval output popup rules
This commit is contained in:
@ -94,10 +94,7 @@ function that creates and returns the REPL buffer."
|
|||||||
(unless (boundp 'display-line-numbers)
|
(unless (boundp 'display-line-numbers)
|
||||||
(add-hook 'quickrun--mode-hook #'nlinum-mode))
|
(add-hook 'quickrun--mode-hook #'nlinum-mode))
|
||||||
:config
|
:config
|
||||||
(set! :popup
|
(set! :popup "*quickrun*" :size 3 :autokill t :autoclose t :autofit t)
|
||||||
'("*quickrun*" :size 10 :noesc t :autokill t :autoclose t)
|
|
||||||
'("*eval*" :size 12 :noselect t :autokill t :autoclose t)
|
|
||||||
'("*Pp Eval Output*" :size 12 :noselect t :autokill t :autoclose t))
|
|
||||||
|
|
||||||
(defun +eval*quickrun-auto-close (&rest _)
|
(defun +eval*quickrun-auto-close (&rest _)
|
||||||
"Allows us to silently re-run quickrun from within the quickrun buffer."
|
"Allows us to silently re-run quickrun from within the quickrun buffer."
|
||||||
|
Reference in New Issue
Block a user