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

@ -12,6 +12,7 @@
(setq org-adapt-indentation nil)
(setq org-confirm-babel-evaluate nil)
(setq org-export-use-babel nil)
(setq org-agenda-include-diary t)
;; Enable Racket in Org-mode Babel
(org-babel-do-load-languages
@ -56,6 +57,9 @@
(add-hook 'auto-save-hook 'org-save-all-org-buffers nil t)
(add-hook 'org-mode-hook 'auto-fill-mode)
(auto-save-mode)))
(add-hook 'org-mode-hook #'org-modern-mode)
(add-hook 'org-mode-hook #'org-modern-indent-mode 90)
(add-hook 'org-agenda-finalize-hook #'org-modern-agenda)
(provide 'orgconfig)
;;; orgconfig.el ends here

View file

@ -43,7 +43,14 @@
;; Org
(straight-use-package 'org)
(straight-use-package '(ob-racket :type git :host github
(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