popwin: better REPL detection

This commit is contained in:
Henrik Lissner 2015-12-09 05:14:55 -05:00
parent 32b8cb34cf
commit 28bf7d7dc9

View File

@ -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)
))