summaryrefslogtreecommitdiff
path: root/.config/emacs/config.org
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-18 00:37:49 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-18 00:37:49 +0200
commit8d8e5c7ad1db6864e29f7afec7d3c9126bd6ca08 (patch)
tree855c2ec97f69c105aca3edf62b4f477ca5e65cdd /.config/emacs/config.org
parent2dee61f2f10485da65c31f2a6c9d6c7f6ac736f3 (diff)
emacs: Fontify ‘org-mode’ blockquotes
Diffstat (limited to '.config/emacs/config.org')
-rw-r--r--.config/emacs/config.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org
index 196754f..32f33c1 100644
--- a/.config/emacs/config.org
+++ b/.config/emacs/config.org
@@ -1036,6 +1036,19 @@ version numbers to the backup names — it doesn’t start using a VCS.
*** Org-Mode
+**** Fontify Blockquotes
+
+I want to be able to customize the faces of blockquotes, so we need to enable
+that setting with ~org-mode~
+
+#+BEGIN_SRC elisp
+
+ (setopt org-fontify-quote-and-verse-blocks t)
+
+#+END_SRC
+
+**** Visual Intentation
+
I really enjoy using ~org-indent-mode~. It indents the contents of the
org-buffer to keep everything looking nice and structured.