mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Larger REPL popup height
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user