From: Amin Bandali Date: Sat, 22 Dec 2018 07:41:20 +0000 (-0500) Subject: [emacs] don’t show compilation window in amin/async-babel-tangle X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/d39cbbe3c2fb681e78d51375e0d1a66d66307886 [emacs] don’t show compilation window in amin/async-babel-tangle --- diff --git a/init.org b/init.org index b5f0618..cd210db 100644 --- a/init.org +++ b/init.org @@ -646,7 +646,7 @@ Enable =winner-mode=. (winner-mode 1) #+end_src -*** Close =*compilation*= on success +*** COMMENT Close =*compilation*= on success #+begin_src emacs-lisp (setq compilation-exit-message-function @@ -827,7 +827,8 @@ file. ',file-tangle-start-time))) "")) (when amin-async-tangle-post-compile - (compile amin-async-tangle-post-compile))) + (save-window-excursion + (compile amin-async-tangle-post-compile)))) (message "Tangling %s failed" ,file-nodir)))))))) (add-to-list