commit 59a9a48b5e397d78efd52209a103f02676dfa2ea
parent 1b1213e6ef8cafe1b8d0d7a0f7aa054a02813437
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 4 Jan 2023 16:49:36 +0100
emacs: fix org checklist install
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -1367,6 +1367,9 @@ Install Org and require additional components that I use.
(org-mode . org-indent-mode)
(org-mode . za/settings-on-org-mode))
:config
+ (za/package-vc-install :repo "https://git.sr.ht/~bzg/org-contrib" :load "lisp/")
+ (require 'org-contrib)
+ (require 'org-checklist)
(delight 'org-indent-mode nil 'org-indent)
(defun za/settings-on-org-mode ()
"Settings on enabling org mode"