[submodule "hlint-refactor"]
path = lib/hlint-refactor
url = git@github.com:mpickering/hlint-refactor-mode.git
-[submodule "htmlize"]
- path = lib/htmlize
- url = git@github.com:hniksic/emacs-htmlize.git
[submodule "hydra"]
path = lib/hydra
url = git@github.com:abo-abo/hydra.git
:config
(setq org-src-tab-acts-natively t
org-src-preserve-indentation nil
- org-edit-src-content-indentation 0
- org-html-divs '((preamble "header" "preamble")
- (content "main" "content")
- (postamble "footer" "postamble"))
- org-html-doctype "html5"
- org-html-html5-fancy t
- org-html-postamble nil)
+ org-edit-src-content-indentation 0)
:hook (org-mode . org-indent-mode))
-(use-package htmlize
- :after org)
(use-package org-notmuch
:after (:any org notmuch))
#+end_src