Fix repl popup
This commit is contained in:
parent
bbc7e18582
commit
41e5542079
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue