From 46fab5e12fdef5526ac475aae116c56f3412e1fe Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 7 Dec 2023 09:40:42 -0500 Subject: [PATCH] Make compilation silent * TODO in case of a failure perhaps we should show the buffer? --- global.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/global.org b/global.org index 71d29ad..22b1414 100644 --- a/global.org +++ b/global.org @@ -239,6 +239,9 @@ display-buffer-reuse-window (dedicated . t) (inhibit-same-window . nil))) + (add-to-list 'display-buffer-alist + '("\\*compilation\\*" display-buffer-no-window + (allow-no-window . t))) #+end_src Then, treat the ~calendar~ #+begin_src emacs-lisp