From 43dd65221029316288bc335e4c2101bbd18aed03 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Wed, 23 Mar 2022 20:57:09 -0700 Subject: [PATCH] Fixed a bug --- ha-org-word-processor.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha-org-word-processor.org b/ha-org-word-processor.org index 48b25bb..02ae020 100644 --- a/ha-org-word-processor.org +++ b/ha-org-word-processor.org @@ -139,7 +139,7 @@ And some slight adjustments to the way blocks are displayed: #+END_SRC And decrease the prominence of the property drawers: #+BEGIN_SRC emacs-lisp - (set-face-attribute 'org-drawer nil :height 0.8 :line-height 0.8) + (set-face-attribute 'org-drawer nil :height 0.8) (set-face-attribute 'org-property-value nil :height 0.85) (set-face-attribute 'org-special-keyword nil :height 0.85) #+END_SRC