mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix repl popup
This commit is contained in:
@ -40,10 +40,10 @@
|
||||
|
||||
;; REPLs
|
||||
((:custom (lambda (b &rest _)
|
||||
(when (bound-and-true-p repl-p)
|
||||
(when (featurep 'repl-toggle)
|
||||
(when (string-prefix-p "*" (buffer-name (get-buffer b)))
|
||||
(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