summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 91347f3..9bbfdc0 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -318,7 +318,10 @@
:config
(setf org-modern-table nil
org-modern-todo nil
- org-modern-tag nil)
+ org-modern-tag nil
+ org-modern-star 'replace
+ org-modern-list '((?+ . "•")
+ (?- . "•")))
:hook ((org-mode . org-modern-mode)))
;; Create notes directory for org-roam