config/literate: fix hanging paren

Whoopsidoodlepopsicolanumptywombatbiscuitmuffin.
This commit is contained in:
Henrik Lissner 2020-08-27 17:30:06 -04:00
parent 666ea63591
commit 362f101227
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -23,7 +23,7 @@ byte-compiled from.")
(letf! ((default-directory doom-private-dir)
(target +literate-config-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
;; side-effects we need to undo immediately as not to
;; overwrite the user's config; it's bad ettiquite.