From 605b88528a03b5d274074200bf80f719d377feb0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Nov 2024 08:41:23 -0800 Subject: nicer bullet point for org-mode --- config/init-notes.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/init-notes.el') diff --git a/config/init-notes.el b/config/init-notes.el index eabee00..b49fdcf 100644 --- a/config/init-notes.el +++ b/config/init-notes.el @@ -62,6 +62,11 @@ (string= todo-state "PROJECT") (my/org-entry-get-immediate "CATEGORY")))) + :config + (font-lock-add-keywords 'org-mode + '(("^ *\\(-\\) " + (0 (ignore (compose-region (match-beginning 1) (match-end 1) "•")))))) + :custom (org-directory "~/Documents/notes") (org-default-notes-file (expand-file-name "tasks.org" org-directory)) -- cgit 1.4.1