fix(emacs): add org-modern
and org-modern-indent
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
858ecd3818
commit
25b792e5bf
2 changed files with 13 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue