projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c44ace1
)
[emacs] don’t show compilation window in amin/async-babel-tangle
author
Amin Bandali
<bandali@gnu.org>
Sat, 22 Dec 2018 07:41:20 +0000
(
02:41
-0500)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 22 Dec 2018 07:41:20 +0000
(
02:41
-0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
b5f0618
..
cd210db
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-646,7
+646,7
@@
Enable =winner-mode=.
(winner-mode 1)
#+end_src
-*** Close =*compilation*= on success
+*** C
OMMENT C
lose =*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