mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
popwin: better REPL detection
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
("*Org Links*" :position bottom :height 2)
|
||||
|
||||
;; REPLs
|
||||
((lambda (buffer) (with-current-buffer buffer (derived-mode-p 'comint-mode)))
|
||||
((lambda (buffer) (with-current-buffer buffer (bound-and-true-p repl-toggle-mode)))
|
||||
:position bottom :height 0.2 :stick t)
|
||||
))
|
||||
|
||||
|
Reference in New Issue
Block a user