diff options
author | Case Duckworth | 2022-04-28 15:50:11 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-28 15:50:11 -0500 |
commit | c822c9bfd150d34f1741273ce4d670e95cad39cb (patch) | |
tree | 601b4b86793729b651380cab0815f86447ba1ccd /init.el | |
parent | Make hiding tracking-mode-line when clocked in configurable (diff) | |
download | emacs-c822c9bfd150d34f1741273ce4d670e95cad39cb.tar.gz emacs-c822c9bfd150d34f1741273ce4d670e95cad39cb.zip |
Change org-mode pretty symbols
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el index cfa7f9c..26a1ae5 100644 --- a/init.el +++ b/init.el | |||
@@ -659,9 +659,9 @@ | |||
659 | ;; mode. So like, org-mode would be a word count (maybe other text | 659 | ;; mode. So like, org-mode would be a word count (maybe other text |
660 | ;; modes?), lui-modes could be .... something? etc. | 660 | ;; modes?), lui-modes could be .... something? etc. |
661 | (defun turn-off-column-number-mode () (setq-local column-number-mode nil))) | 661 | (defun turn-off-column-number-mode () (setq-local column-number-mode nil))) |
662 | (:local-set prettify-symbols-alist '(("DEADLINE:" . ?â°) | 662 | (:local-set prettify-symbols-alist '(("DEADLINE:" . ?→)✓ |
663 | ("SCHEDULED:" . ?📅) | 663 | ("SCHEDULED:" . ?↷) |
664 | ("CLOSED:" ?✅)) | 664 | ("CLOSED:" ?✓)) |
665 | ;;+modeline-position-function #'+org-count-words-stupidly | 665 | ;;+modeline-position-function #'+org-count-words-stupidly |
666 | ) | 666 | ) |
667 | (:local-hook user-save-hook #'+org-before-save@prettify-buffer) | 667 | (:local-hook user-save-hook #'+org-before-save@prettify-buffer) |