config/literate: allow config.org to be a symlink #2079
This commit is contained in:
parent
30f72da02a
commit
b63e62ef49
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ byte-compiled from.")
|
|||
+literate-config-cache-file)
|
||||
force-p)
|
||||
(message "Compiling your literate config...")
|
||||
(let* ((org (file-truename +literate-config-file))
|
||||
(let* ((org (expand-file-name +literate-config-file))
|
||||
(dest (concat (file-name-sans-extension +literate-config-file) ".el"))
|
||||
(output (get-buffer-create "*org-tangle*")))
|
||||
(unwind-protect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue