From 0a238c3172e6641a9bceb22cc828b394cb1eca20 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 4 Jan 2022 16:45:32 -0600 Subject: Remove * from org-bullets --- init.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 6b48479..af7b6db 100644 --- a/init.el +++ b/init.el @@ -409,8 +409,7 @@ (- fill-column 8))) org-imenu-depth 3 org-list-demote-modify-bullet '(("-" . "+") - ("+" . "*") - ("*" . "-")) + ("+" . "-")) org-log-done 'time org-log-into-drawer t org-outline-path-complete-in-steps nil @@ -445,9 +444,7 @@ '(("^ *\\([-]\\) " (0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "•")))) ("^ *\\([+]\\) " - (0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "◦")))) - ("^ +\\([*]\\) " ; * at the beginning of the line is a header - (0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "‣"))))))) + (0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "◦"))))))) (setup org-agenda (:option org-agenda-skip-deadline-if-done t -- cgit 1.4.1-21-gabe81