mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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!).
|
;; would load all of :lang org (very expensive!).
|
||||||
(and (require 'ob-tangle)
|
(and (require 'ob-tangle)
|
||||||
(letf! (defun message (msg &rest args)
|
(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))
|
(org-babel-tangle-file org dest))
|
||||||
;; Write the cache file to serve as our mtime cache
|
;; Write the cache file to serve as our mtime cache
|
||||||
(with-temp-file +literate-config-cache-file))
|
(with-temp-file +literate-config-cache-file))
|
||||||
|
Reference in New Issue
Block a user