summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-10 00:27:42 -0600
committerCase Duckworth2020-12-10 00:27:42 -0600
commit94aec6a68a7dbe63a22340f2ae69cf9cf43b92eb (patch)
tree6eec93771226a8aaa8b5d9bc52459b77a64e9038 /config.org
parentRemove link (diff)
downloademacs-94aec6a68a7dbe63a22340f2ae69cf9cf43b92eb.tar.gz
emacs-94aec6a68a7dbe63a22340f2ae69cf9cf43b92eb.zip
Add numbers to org-mode outline
Diffstat (limited to 'config.org')
-rw-r--r--config.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index 8c9a197..0eba73c 100644 --- a/config.org +++ b/config.org
@@ -760,6 +760,7 @@ I’ve put org mode under Applications, as opposed to Writing, because it’s m
760 (org-fontify-whole-heading-line t) 760 (org-fontify-whole-heading-line t)
761 (org-fontify-quote-and-verse-blocks t) 761 (org-fontify-quote-and-verse-blocks t)
762 (org-pretty-entities t) 762 (org-pretty-entities t)
763 (org-num-mode +1)
763 764
764 (org-src-tab-acts-natively t) 765 (org-src-tab-acts-natively t)
765 (org-src-fontify-natively t) 766 (org-src-fontify-natively t)