From 8d1cff976c89b7f1e12eed9da7538a5d91f5ad70 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 16 Aug 2021 21:08:51 -0700 Subject: pretty printing --- smart-documents.org | 12 ++++++++---- smart-documents.pdf | Bin 437960 -> 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 Binary files a/smart-documents.pdf and b/smart-documents.pdf differ -- cgit v1.2.3