Larger REPL popup height
This commit is contained in:
parent
34c83c0d69
commit
b53bc73233
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
(when (featurep 'repl-toggle)
|
(when (featurep 'repl-toggle)
|
||||||
(when (string-prefix-p "*" (buffer-name (get-buffer b)))
|
(when (string-prefix-p "*" (buffer-name (get-buffer b)))
|
||||||
(with-current-buffer b repl-p)))))
|
(with-current-buffer b repl-p)))))
|
||||||
:popup t :align below :size 12)))
|
:popup t :align below :size 16)))
|
||||||
|
|
||||||
(after! helm
|
(after! helm
|
||||||
;; This is a good alternative to either popwin or shackle, specifically for helm. If
|
;; This is a good alternative to either popwin or shackle, specifically for helm. If
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue