tweak(doom/org): allow alphabetical lists
This commit is contained in:
parent
43d6caa291
commit
1205966341
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
org-use-speed-commands t
|
org-use-speed-commands t
|
||||||
org-list-demote-modify-bullet '(("-" . "+") ("+" . "-") ("1." . "a."))
|
org-list-demote-modify-bullet '(("-" . "+") ("+" . "-") ("1." . "a."))
|
||||||
;; org-list-demote-modify-bullet '(("-" . "-") ("1." . "a."))
|
;; org-list-demote-modify-bullet '(("-" . "-") ("1." . "a."))
|
||||||
|
org-list-allow-alphabetical t
|
||||||
org-startup-shrink-all-tables t
|
org-startup-shrink-all-tables t
|
||||||
org-startup-align-all-tables t
|
org-startup-align-all-tables t
|
||||||
org-src-fontify-natively t
|
org-src-fontify-natively t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue