diff options
author | 2018-06-27 00:25:58 -0400 | |
---|---|---|
committer | 2018-06-27 00:25:58 -0400 | |
commit | 5c2eaaf178d175d275109c7b23451f8a0771c574 (patch) | |
tree | 93fccd8e7ac1780295154e2ff5607a5d81489578 /init.org | |
parent | 20ead030f0d3c385710d0a8004e40fb4705e1ece (diff) | |
download | configs-5c2eaaf178d175d275109c7b23451f8a0771c574.tar.gz configs-5c2eaaf178d175d275109c7b23451f8a0771c574.tar.xz configs-5c2eaaf178d175d275109c7b23451f8a0771c574.zip |
[emacs] org: export html5, add htmlize for syntax highlighting
Diffstat (limited to '')
-rw-r--r-- | init.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -876,8 +876,11 @@ In short, my favourite way of life. #+begin_src emacs-lisp (setq org-src-tab-acts-natively t org-src-preserve-indentation nil - org-edit-src-content-indentation 0) + org-edit-src-content-indentation 0 + org-html-doctype "html5" + org-html-html5-fancy t) (add-hook 'org-mode-hook 'org-indent-mode) +(use-package htmlize) #+end_src *** [[https://magit.vc/][Magit]] |