diff options
-rw-r--r-- | init.el | 7 |
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 |