Commit 6c75ac44bfa2

Vincent Demeester <vincent@sbr.pm>
2016-04-11 16:26:45
Update popwin configuration (add async to it)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent eac78e8
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1151,10 +1151,11 @@
           (add-to-list 'popwin:special-display-config `("*Procces List*" :height 0.5))
           (add-to-list 'popwin:special-display-config `("*Messages*" :height 0.5 :noselect t))
           (add-to-list 'popwin:special-display-config `("*Backtrace*" :height 0.5))
-          (add-to-list 'popwin:special-display-config `("*Compile-Log*" :height 0.5 :noselect t))
+          (add-to-list 'popwin:special-display-config `("*Compile-Log*" :height 0.3 :noselect t))
           (add-to-list 'popwin:special-display-config `("*Remember*" :height 0.5))
           (add-to-list 'popwin:special-display-config `("*All*" :height 0.5))
           (add-to-list 'popwin:special-display-config `("*Go Test*" :height 0.3))
+          (add-to-list 'popwin:special-display-config `("*Async Shell Command*" :height 0.3))
           (add-to-list 'popwin:special-display-config `(flycheck-error-list-mode :height 0.5 :regexp t :position bottom))
           (popwin-mode 1)
           (global-set-key (kbd "C-z") popwin:keymap)))