mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Triggered e.g. by pdf-tools-install when tangling literate config on interactive save and epdfinfo is missing
This commit is contained in:
@ -26,7 +26,8 @@ byte-compiled from.")
|
||||
;; would load all of :lang org (very expensive!).
|
||||
(and (require 'ob-tangle)
|
||||
(letf! (defun message (msg &rest args)
|
||||
(print! (info "%s") (apply #'format msg args)))
|
||||
(when msg
|
||||
(print! (info "%s") (apply #'format msg args))))
|
||||
(org-babel-tangle-file org dest))
|
||||
;; Write the cache file to serve as our mtime cache
|
||||
(with-temp-file +literate-config-cache-file))
|
||||
|
Reference in New Issue
Block a user