summaryrefslogtreecommitdiff
path: root/smart-documents.org
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2021-08-16 21:08:51 -0700
committerMarius Peter <marius.peter@tutanota.com>2021-08-16 21:08:51 -0700
commit8d1cff976c89b7f1e12eed9da7538a5d91f5ad70 (patch)
tree84ea707d03842220fdda0778e40156ef4ec871d3 /smart-documents.org
parentb77d708e541b3c740deb219b4e03ffed4e454373 (diff)
pretty printing
Diffstat (limited to 'smart-documents.org')
-rw-r--r--smart-documents.org12
1 files changed, 8 insertions, 4 deletions
diff --git a/smart-documents.org b/smart-documents.org
index 17cf199..8962e82 100644
--- a/smart-documents.org
+++ b/smart-documents.org
@@ -1677,10 +1677,14 @@ prettify checkbox lists when viewed on GNU/Linux systems.
(add-hook 'org-mode-hook
(lambda ()
"Beautify Org symbols."
- (push '("[ ]" . "○") prettify-symbols-alist) ; Unchecked item
- (push '("[X]" . "◉" ) prettify-symbols-alist) ; Checked item
- (push '("[-]" . "◎" ) prettify-symbols-alist) ; Partially checked item
- (push '("-" . "⁃" ) prettify-symbols-alist) ; DONE headings
+ (push '("[ ]" . "○") ; Unchecked item
+ prettify-symbols-alist)
+ (push '("[X]" . "◉" ) ; Checked item
+ prettify-symbols-alist)
+ (push '("[-]" . "◎" ) ; Partially checked item
+ prettify-symbols-alist)
+ (push '("-" . "⁃" ) ; DONE headings
+ prettify-symbols-alist)
(prettify-symbols-mode))))
#+END_SRC
Copyright 2019--2024 Marius PETER