Make compilation silent

* TODO in case of a failure perhaps we should show the buffer?
master
Jacopo De Simoi 2 years ago
parent ed22e0eee1
commit 46fab5e12f
  1. 3
      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

Loading…
Cancel
Save