From 5cc254bf3f6871b4034763fff3652eed7b2e8283 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 4 Jan 2022 16:52:32 -0600 Subject: Remove spurious forms --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 634b2e8..aa195f5 100644 --- a/init.el +++ b/init.el @@ -442,9 +442,9 @@ (font-lock-add-keywords 'org-mode '(("^ *\\([-]\\) " - (0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "•")))) + (0 (compose-region (match-beginning 1) (match-end 1) "•"))) ("^ *\\([+]\\) " - (0 (prog1 () (compose-region (match-beginning 1) (match-end 1) "◦"))))))) + (0 (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