diff options
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 1498f25..48b7639 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2497,7 +2497,8 @@ the =org=-document after changes. (org-babel-tangle nil dest) (if (byte-compile-file dest) dest - "Errors occurred"))) + (with-current-buffer byte-compile-log-buffer + (buffer-string))))) (lambda (result) (message "Init tangling completed: %s" result))))) #+END_SRC |