Commit a3f484b82d11

Vincent Demeester <vincent@sbr.pm>
2024-12-11 09:22:36
tools/emacs: do not fully hide things
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 81fbc32
Changed files (1)
tools
emacs
tools/emacs/config/config-windows.el
@@ -173,8 +173,7 @@ use in `display-buffer-alist'."
 	("\\`\\*Async Shell Command\\*\\'"
 	 (display-buffer-no-window))
 	("\\`\\*\\(Warnings\\|Compile-Log\\|Org Links\\)\\*\\'"
-         (display-buffer-no-window)
-         (allow-no-window . t))
+         (display-buffer-no-window))
 	;; bottom side window
         ("\\*Org \\(Select\\|Note\\)\\*" ; the `org-capture' key selection and `org-add-log-note'
          (display-buffer-in-side-window)