diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 6e9c29e..90198ed 100644 --- a/init.el +++ b/init.el | |||
@@ -912,10 +912,13 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
912 | 912 | ||
913 | (setup (:straight (org :host nil | 913 | (setup (:straight (org :host nil |
914 | :repo "https://code.orgmode.org/bzg/org-mode.git")) | 914 | :repo "https://code.orgmode.org/bzg/org-mode.git")) |
915 | (:straight (org-contrib :host nil | ||
916 | :repo "https://git.sr.ht/~bzg/org-contrib")) | ||
915 | (require 'acdw-org) ; so I don't clutter up init.el | 917 | (require 'acdw-org) ; so I don't clutter up init.el |
916 | (:option org-adapt-indentation nil | 918 | (:option org-adapt-indentation nil |
917 | org-catch-invisible-edits 'smart | 919 | org-catch-invisible-edits 'smart |
918 | org-confirm-babel-evaluate nil | 920 | org-confirm-babel-evaluate nil |
921 | org-ellipsis " ⌵" | ||
919 | org-export-coding-system 'utf-8-unix | 922 | org-export-coding-system 'utf-8-unix |
920 | org-export-headline-levels 8 | 923 | org-export-headline-levels 8 |
921 | org-export-with-section-numbers nil | 924 | org-export-with-section-numbers nil |