lang/org: org-list-allow-alphabetical = t

This commit is contained in:
Henrik Lissner 2020-07-26 16:13:29 -04:00
parent a5c509afff
commit cacc9d2e9b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1030,7 +1030,9 @@ compelling reason, so..."
(defvar org-attach-id-dir nil)
(setq org-publish-timestamp-directory (concat doom-cache-dir "org-timestamps/")
org-preview-latex-image-directory (concat doom-cache-dir "org-latex/"))
org-preview-latex-image-directory (concat doom-cache-dir "org-latex/")
;; Recognize a), A), a., A., etc -- must be set before org is loaded.
org-list-allow-alphabetical t)
;; Make most of the default modules opt-in, because I sincerely doubt most
;; users use all of them.