diff options
author | Alan Pearce | 2015-07-11 11:27:02 +0200 |
---|---|---|
committer | Alan Pearce | 2015-07-11 11:27:02 +0200 |
commit | 40029783e5f8ad0edf4dc07803a4fd56660d6dc1 (patch) | |
tree | 4a2faa6cb381883f1ed1da5971ab16ff57101b9c | |
parent | 5d76f0e8fdbe8447ca0078d7438a79090bd89430 (diff) | |
download | nixfiles-40029783e5f8ad0edf4dc07803a4fd56660d6dc1.tar.lz nixfiles-40029783e5f8ad0edf4dc07803a4fd56660d6dc1.tar.zst nixfiles-40029783e5f8ad0edf4dc07803a4fd56660d6dc1.zip |
Emacs: Fontify src blocks in org-mode
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index d51638dc..1f8651ae 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -870,6 +870,8 @@ mouse-1: Display Line and Column Mode Menu")))))) org-table-duration-custom-format 'seconds + org-src-fontify-natively t + org-export-have-math t org-blank-before-new-entry '((heading . t) |