Turn smart quotes on again

It used to be inherited from Doom's Org config.
This commit is contained in:
TEC 2024-01-12 13:39:15 +08:00
parent 3928c66ce8
commit 6e8419eaaa
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 0 deletions

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")