Turn smart quotes on again

It used to be inherited from Doom's Org config.
This commit is contained in:
Timothy 2024-01-12 13:39:15 +08:00
parent 3928c66ce8
commit 6e8419eaaa
Signed by: tec
SSH key fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A

View file

@ -153,6 +153,7 @@ the presence of unstaged files. This primarily affects the publication commit."
org-babel-default-inline-header-args '((:eval . "no") (:exports . "code"))
org-confirm-babel-evaluate nil
org-resource-download-policy t
org-export-with-smart-quotes t
org-publish-list-skipped-files nil)
(setf (alist-get :eval org-babel-default-header-args) "no")