diff --git a/layers/+lang/ruby/packages.el b/layers/+lang/ruby/packages.el index 72a1b5493..03f2ee9c7 100644 --- a/layers/+lang/ruby/packages.el +++ b/layers/+lang/ruby/packages.el @@ -124,9 +124,17 @@ :post-config (add-to-list 'org-babel-load-languages '(ruby . t)))) (defun ruby/post-init-popwin () - (push '("*rspec-compilation*" :dedicated t :position bottom :stick t :noselect t :height 0.4) + (push '("*Bundler*" :dedicated t :position bottom :stick t :noselect t :height 0.4) + popwin:special-display-config) + (push '("*projectile-rails-compilation*" :dedicated t :position bottom :stick t :noselect t :height 0.4) + popwin:special-display-config) + (push '("*projectile-rails-generate*" :dedicated t :position bottom :stick t :noselect t :height 0.4) popwin:special-display-config) (push '("*rake-compilation*" :dedicated t :position bottom :stick t :noselect t :height 0.4) + popwin:special-display-config) + (push '("*rspec-compilation*" :dedicated t :position bottom :stick t :noselect t :height 0.4) + popwin:special-display-config) + (push '("^\\*RuboCop.+\\*$" :regexp t :dedicated t :position bottom :stick t :noselect t :height 0.4) popwin:special-display-config)) (defun ruby/init-rbenv ()