summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <amin@gnu.org>2018-08-22 00:38:35 -0400
committerAmin Bandali <amin@gnu.org>2018-08-22 00:38:35 -0400
commitc0f95448c2d4b0f22c7cc69dc056c7e24ee29f39 (patch)
treeed38cb9cc8115dc361fa3cff035d340d41ca6c07 /init.org
parent71668c8969f92f48d27dcb6fd8a5f1b1db5e0fd0 (diff)
downloadconfigs-c0f95448c2d4b0f22c7cc69dc056c7e24ee29f39.tar.gz
configs-c0f95448c2d4b0f22c7cc69dc056c7e24ee29f39.tar.xz
configs-c0f95448c2d4b0f22c7cc69dc056c7e24ee29f39.zip
[emacs] remove Org html export related stuff
might want to bring some back later again
Diffstat (limited to 'init.org')
-rw-r--r--init.org10
1 files changed, 1 insertions, 9 deletions
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