Commit f00fe66955fb

Vincent Demeester <vincent@sbr.pm>
2016-02-08 14:28:21
Add *Go Test* to popwin
1 parent 170332d
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1133,6 +1133,7 @@
           (add-to-list 'popwin:special-display-config `("*Compile-Log*" :height 0.5 :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 `(flycheck-error-list-mode :height 0.5 :regexp t :position bottom))
           (popwin-mode 1)
           (global-set-key (kbd "C-z") popwin:keymap)))