diff options
author | Thanos Apollo <[email protected]> | 2024-08-21 20:29:20 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-21 20:29:20 +0300 |
commit | 080f85cdcbd573de974e57946f16b18ddfa515b7 (patch) | |
tree | ddbea76063f6f337939ba1356efc347fe0c533d9 /.config | |
parent | 05ba69c336206c02d9169e40c895e997b19a48a4 (diff) |
emacs: (org-modern) styling updates.
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/init.el | 5 |
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 |