diff options
author | Alan Pearce | 2016-03-24 14:20:53 +0100 |
---|---|---|
committer | Alan Pearce | 2016-03-24 14:20:53 +0100 |
commit | e5432252a661b33deaa7715bfdac26bb2d36592a (patch) | |
tree | 23231c0aaffaeab22f5a94377e6939049525e1a3 /tag-emacs/emacs.d/init.org | |
parent | f26e3f7432eda8b1f1fb3f2830015a735aeea6eb (diff) | |
download | nixfiles-e5432252a661b33deaa7715bfdac26bb2d36592a.tar.lz nixfiles-e5432252a661b33deaa7715bfdac26bb2d36592a.tar.zst nixfiles-e5432252a661b33deaa7715bfdac26bb2d36592a.zip |
Emacs: Don’t fontify org-src blocks
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 98f747d4..48698f8f 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1459,7 +1459,7 @@ Org is wünderbar. org-table-duration-custom-format 'seconds - org-src-fontify-natively t + org-src-fontify-natively nil org-export-have-math t |