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
|
@ -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
|
||||
|
|
|
@ -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