summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-21 20:29:20 +0300
committerThanos Apollo <[email protected]>2024-08-21 20:29:20 +0300
commit080f85cdcbd573de974e57946f16b18ddfa515b7 (patch)
treeddbea76063f6f337939ba1356efc347fe0c533d9
parent05ba69c336206c02d9169e40c895e997b19a48a4 (diff)
emacs: (org-modern) styling updates.
-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