diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | init.org | 10 | ||||
m--------- | lib/htmlize | 0 |
3 files changed, 1 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules index fd5579b..9d52507 100644 --- a/.gitmodules +++ b/.gitmodules @@ -89,9 +89,6 @@ [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 @@ -690,16 +690,8 @@ In short, my favourite way of life. :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 diff --git a/lib/htmlize b/lib/htmlize deleted file mode 160000 -Subproject 315a8f23cfd3e87642ff9e30ae3300c7a84244d |