mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
config/literate: fix hanging paren
Whoopsidoodlepopsicolanumptywombatbiscuitmuffin.
This commit is contained in:
@ -23,7 +23,7 @@ byte-compiled from.")
|
|||||||
(letf! ((default-directory doom-private-dir)
|
(letf! ((default-directory doom-private-dir)
|
||||||
(target +literate-config-file)
|
(target +literate-config-file)
|
||||||
(cache +literate-config-cache-file)
|
(cache +literate-config-cache-file)
|
||||||
(dest (expand-file-name (concat (file-name-base target) ".el"))
|
(dest (expand-file-name (concat (file-name-base target) ".el")))
|
||||||
;; Operate on a copy because `org-babel-tangle' has
|
;; Operate on a copy because `org-babel-tangle' has
|
||||||
;; side-effects we need to undo immediately as not to
|
;; side-effects we need to undo immediately as not to
|
||||||
;; overwrite the user's config; it's bad ettiquite.
|
;; overwrite the user's config; it's bad ettiquite.
|
||||||
|
Reference in New Issue
Block a user