Add popwin mode and make it work with helm.

This commit is contained in:
syl20bnr 2013-05-03 23:43:26 -04:00
parent d2c9a7cdf3
commit 604ef13d33
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
(require 'popwin)
(setq display-buffer-function 'popwin:display-buffer)
(push '("^\*helm .+\*$" :regexp t) popwin:special-display-config)
(push '("^\*helm-.+\*$" :regexp t) popwin:special-display-config)

View file

@ -57,6 +57,7 @@
paredit
powerline
popup
popwin
projectile
puppet-mode
python