about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-19 22:01:30 -0500
committerCase Duckworth2021-05-19 22:01:30 -0500
commit4a305b8e5d32e7562844cad016ec5b5ecc2ca536 (patch)
tree288bb0c878f1295d711519e7c38635dc6e4e685d /init.el
parentFurther configure eww/web browsing (diff)
downloademacs-4a305b8e5d32e7562844cad016ec5b5ecc2ca536.tar.gz
emacs-4a305b8e5d32e7562844cad016ec5b5ecc2ca536.zip
Add org-contrib
As of ... 9.5(?), it's split into a separate package
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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