summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--smart-documents.org12
-rw-r--r--smart-documents.pdfbin437960 -> 450196 bytes
2 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
diff --git a/smart-documents.pdf b/smart-documents.pdf
index 0ed6554..e3c3f54 100644
--- a/smart-documents.pdf
+++ b/smart-documents.pdf
Binary files differ
Copyright 2019--2024 Marius PETER