popwin: better REPL detection
This commit is contained in:
parent
32b8cb34cf
commit
28bf7d7dc9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
("*Org Links*" :position bottom :height 2)
|
("*Org Links*" :position bottom :height 2)
|
||||||
|
|
||||||
;; REPLs
|
;; 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)
|
:position bottom :height 0.2 :stick t)
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue