From: Amin Bandali Date: Wed, 22 Aug 2018 04:38:35 +0000 (-0400) Subject: [emacs] remove Org html export related stuff X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/c0f95448c2d4b0f22c7cc69dc056c7e24ee29f39 [emacs] remove Org html export related stuff might want to bring some back later again --- 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 diff --git a/init.org b/init.org index 6575a91..d7716ba 100644 --- a/init.org +++ b/init.org @@ -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 index 315a8f2..0000000 --- a/lib/htmlize +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 315a8f23cfd3e87642ff9e30ae3300c7a84244d5