X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/20ead030f0d3c385710d0a8004e40fb4705e1ece..5c2eaaf178d175d275109c7b23451f8a0771c574:/init.org?ds=inline diff --git a/init.org b/init.org index 04719f0..b4137ec 100644 --- a/init.org +++ b/init.org @@ -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]]