From fde8912d00b2699db2c4f21744b521484653c3b0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 6 Aug 2021 21:26:29 -0500 Subject: Change org recipe --- init.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'init.el') 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'." (require 'orderless) (:option (prepend completion-styles) 'orderless)) -(setup (:straight (org :host nil - :repo "https://code.orgmode.org/bzg/org-mode.git")) - (:straight (org-contrib :host nil - :repo "https://git.sr.ht/~bzg/org-contrib")) +(setup (:straight org) + (:straight org-contrib) (require 'acdw-org) ; so I don't clutter up init.el (:option org-adapt-indentation nil org-catch-invisible-edits 'smart org-clock-clocked-in-display 'mode-line + org-clock-string-limit 7 ; gives time and not title org-confirm-babel-evaluate nil org-ellipsis " …" org-export-coding-system 'utf-8-unix -- cgit 1.4.1-21-gabe81