fix(emacs): migrate some org config to use-package
decl
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
9bb38da272
commit
05344d315e
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue