FIX src block typo
This commit is contained in:
parent
882ce73ddb
commit
4d44d2833d
|
@ -1768,9 +1768,9 @@ The fonts in org headings bug me; make them smaller and less invasive.
|
|||
#+END_SRC
|
||||
|
||||
Org 9.4 added an extra font to "DONE" headlines. I'm not a fan, so revert to old behavior
|
||||
#+begin_export emacs-lisp
|
||||
#+begin_src emacs-lisp
|
||||
(setq org-fontify-done-headline nil)
|
||||
#+end_export
|
||||
#+end_src
|
||||
*** src blocks
|
||||
:PROPERTIES:
|
||||
:ID: 2805a86e-065e-4680-b11f-f45a815ccac5
|
||||
|
|
Loading…
Reference in New Issue