lang/org: org-export-with-smart-quotes = t

This commit is contained in:
Henrik Lissner 2019-07-28 22:55:40 +02:00
parent 37739a2501
commit 00a4701b16
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -381,6 +381,8 @@ file isn't in `org-directory'."
(defun +org-init-export-h ()
(setq org-export-with-smart-quotes t)
(when (featurep! :lang markdown)
(add-to-list 'org-export-backends 'md))