1
0
Fork 0

fix(emacs): add org-modern and org-modern-indent

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-12-30 07:01:41 -05:00
parent 858ecd3818
commit 25b792e5bf
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 13 additions and 2 deletions

View file

@ -43,8 +43,15 @@
;; Org
(straight-use-package 'org)
(straight-use-package '(ob-racket :type git :host github
:repo "DEADB17/ob-racket"))
(straight-use-package 'org-modern)
(straight-use-package '(org-modern-indent
:type git
:host github
:repo "jdtsmith/org-modern-indent"))
(straight-use-package '(ob-racket
:type git
:host github
:repo "DEADB17/ob-racket"))
;; Productivity
(straight-use-package 'elfeed)