Change org-mode pretty symbols

This commit is contained in:
Case Duckworth 2022-04-28 15:50:11 -05:00
parent c2834c3511
commit c822c9bfd1
1 changed files with 3 additions and 3 deletions

View File

@ -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)