1
0
Fork 0

fix(emacs): add org-recur

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-12-31 06:39:15 -05:00
parent 9a1e7b9ec6
commit cc21e57c52
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 11 additions and 2 deletions

View file

@ -44,6 +44,7 @@
;; Org
(straight-use-package 'org)
(straight-use-package 'org-modern)
(straight-use-package 'org-recur)
(straight-use-package '(org-modern-indent
:type git
:host github
@ -69,13 +70,19 @@
;; Misc
(straight-use-package 'dash)
;; Programming
(straight-use-package '(copilot :type git :host github
:repo "zerolfx/copilot.el"
:branch "main"
:files ("dist" "*.el")))
;; Languages
(straight-use-package 'racket-mode)
(straight-use-package 'rust-mode)
(straight-use-package 'rustic)
(straight-use-package 'tuareg)
(straight-use-package 'markdown-mode)
(straight-use-package 'web-mode)
(straight-use-package 'rjsx-mode)
(straight-use-package 'just-mode)
(straight-use-package 'justl)
(straight-use-package 'scribble-mode)