1
0
Fork 0

fix(emacs): change modern org mode stars

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-07 13:44:08 -05:00
parent 76f80687b8
commit e10d8fd581
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -5,6 +5,7 @@
(require 'org)
(require 'org-capture)
(require 'org-modern)
;; Templates for org-mode
(require 'org-tempo)
@ -14,6 +15,7 @@
(setq org-export-use-babel nil)
(setq org-agenda-include-diary t)
(setq org-src-preserve-indentation t)
(setq org-modern-star '("#" "##" "###" "####" "#####" "######"))
;; Enable Racket in Org-mode Babel
(org-babel-do-load-languages