mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix repl popup
This commit is contained in:
@ -40,10 +40,10 @@
|
|||||||
|
|
||||||
;; REPLs
|
;; REPLs
|
||||||
((:custom (lambda (b &rest _)
|
((:custom (lambda (b &rest _)
|
||||||
(when (bound-and-true-p repl-p)
|
(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 0.3)
|
:popup t :align below :size 12)
|
||||||
|
|
||||||
))
|
))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user