about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-06 21:26:29 -0500
committerCase Duckworth2021-08-06 21:26:29 -0500
commitfde8912d00b2699db2c4f21744b521484653c3b0 (patch)
tree0ef6a2b6a19d2fd6ce42d47a648ef8ec732943ba /init.el
parentFurther configure erc (diff)
downloademacs-fde8912d00b2699db2c4f21744b521484653c3b0.tar.gz
emacs-fde8912d00b2699db2c4f21744b521484653c3b0.zip
Change org recipe
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/init.el b/init.el index a1bca1b..74709cc 100644 --- a/init.el +++ b/init.el
@@ -1128,14 +1128,13 @@ if ripgrep is installed, otherwise `consult-grep'."
1128 (require 'orderless) 1128 (require 'orderless)
1129 (:option (prepend completion-styles) 'orderless)) 1129 (:option (prepend completion-styles) 'orderless))
1130 1130
1131(setup (:straight (org :host nil 1131(setup (:straight org)
1132 :repo "https://code.orgmode.org/bzg/org-mode.git")) 1132 (:straight org-contrib)
1133 (:straight (org-contrib :host nil
1134 :repo "https://git.sr.ht/~bzg/org-contrib"))
1135 (require 'acdw-org) ; so I don't clutter up init.el 1133 (require 'acdw-org) ; so I don't clutter up init.el
1136 (:option org-adapt-indentation nil 1134 (:option org-adapt-indentation nil
1137 org-catch-invisible-edits 'smart 1135 org-catch-invisible-edits 'smart
1138 org-clock-clocked-in-display 'mode-line 1136 org-clock-clocked-in-display 'mode-line
1137 org-clock-string-limit 7 ; gives time and not title
1139 org-confirm-babel-evaluate nil 1138 org-confirm-babel-evaluate nil
1140 org-ellipsis " …" 1139 org-ellipsis " …"
1141 org-export-coding-system 'utf-8-unix 1140 org-export-coding-system 'utf-8-unix