1
0
Fork 0

fix(emacs): migrate some org config to use-package decl

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-04-29 17:55:35 -04:00
parent 9bb38da272
commit 05344d315e
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 6 additions and 5 deletions

View file

@ -101,13 +101,17 @@
:after (org))
(use-package org-modern :straight t
:after (org)
:hook (org-mode org-modern-mode))
:hook (org-mode . org-modern-mode)
:custom
(org-modern-star '("#" "##" "###" "####" "#####" "######")))
(use-package org-modern-indent
:straight
'(org-modern-indent
:type git
:host github
:repo "jdtsmith/org-modern-indent"))
:repo "jdtsmith/org-modern-indent")
:after (org-modern)
:hook (org-mode . org-modern-indent-mode))
(use-package ob-racket
:straight
'(ob-racket