From c822c9bfd150d34f1741273ce4d670e95cad39cb Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 28 Apr 2022 15:50:11 -0500 Subject: Change org-mode pretty symbols --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index cfa7f9c..26a1ae5 100644 --- a/init.el +++ b/init.el @@ -659,9 +659,9 @@ ;; mode. So like, org-mode would be a word count (maybe other text ;; modes?), lui-modes could be .... something? etc. (defun turn-off-column-number-mode () (setq-local column-number-mode nil))) - (:local-set prettify-symbols-alist '(("DEADLINE:" . ?⏰) - ("SCHEDULED:" . ?📅) - ("CLOSED:" ?✅)) + (:local-set prettify-symbols-alist '(("DEADLINE:" . ?→)✓ + ("SCHEDULED:" . ?↷) + ("CLOSED:" ?✓)) ;;+modeline-position-function #'+org-count-words-stupidly ) (:local-hook user-save-hook #'+org-before-save@prettify-buffer) -- cgit 1.4.1-21-gabe81