Commit 24a058727ece
Changed files (2)
tools
emacs
tools/emacs/config/config-buffers.el
@@ -84,6 +84,8 @@
'("\\*Messages\\*"
"Output\\*$"
"\\*Async Shell Command\\*"
+ "\\*Warnings\\*"
+ "\\*Compile-Log\\*"
help-mode
helpful-mode
compilation-mode
tools/emacs/config/config-windows.el
@@ -172,7 +172,10 @@ use in `display-buffer-alist'."
`(;; Default to no window
("\\`\\*Async Shell Command\\*\\'"
(display-buffer-no-window))
- ("\\`\\*\\(Warnings\\|Compile-Log\\|Org Links\\)\\*\\'"
+ ("\\`\\*Warnings\\*\\'"
+ (display-buffer-no-window)
+ (allow-no-window . t))
+ ("\\`\\*\\(Compile-Log\\|Org Links\\)\\*\\'"
(display-buffer-no-window))
;; bottom side window
("\\*Org \\(Select\\|Note\\)\\*" ; the `org-capture' key selection and `org-add-log-note'