fix(emacs): add org-recur
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
9a1e7b9ec6
commit
cc21e57c52
2 changed files with 11 additions and 2 deletions
|
@ -60,6 +60,8 @@
|
|||
(auto-save-mode)))
|
||||
(add-hook 'org-mode-hook #'olivetti-mode)
|
||||
(add-hook 'org-mode-hook #'org-modern-mode)
|
||||
(add-hook 'org-mode-hook #'org-recur-mode)
|
||||
(add-hook 'org-agenda-mode-hook #'org-recur-mode)
|
||||
(add-hook 'org-mode-hook #'org-modern-indent-mode 90)
|
||||
(add-hook 'org-agenda-finalize-hook #'org-modern-agenda)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue