Commit 24a058727ece

Vincent Demeester <vincent@sbr.pm>
2024-12-11 09:52:40
tools/emacs: fiddle around hiding things
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a3f484b
Changed files (2)
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'