diff --git a/init-package/init-popwin.el b/init-package/init-popwin.el index ef5aac971..e73acbe9a 100644 --- a/init-package/init-popwin.el +++ b/init-package/init-popwin.el @@ -3,6 +3,7 @@ (progn (popwin-mode 1) (push '("*grep*" :dedicated t :position bottom :stick t :noselect t) popwin:special-display-config) + (push '("*nosetests*" :dedicated t :position bottom :stick t :noselect t) popwin:special-display-config) (push '("^\*Flycheck.+\*$" :regexp t :dedicated t :position bottom :stick t :noselect t) popwin:special-display-config) - (push '("^\*helm.+\*$" :regexp t :position bottom) popwin:special-display-config) - (push '("^\*helm-.+\*$" :regexp t :position bottom) popwin:special-display-config))) + (push '("^\*helm.+\*$" :regexp t :position bottom ) popwin:special-display-config) + (push '("^\*helm-.+\*$" :regexp t :position bottom ) popwin:special-display-config)))