Fixed a bug
This commit is contained in:
parent
0396c09af4
commit
43dd652210
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue