summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.doom.d/config.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el
index 116d5fe..818c440 100644
--- a/emacs/.doom.d/config.el
+++ b/emacs/.doom.d/config.el
@@ -46,7 +46,8 @@
(setq org-export-with-toc nil)
(setq deft-directory org-directory)
(setq deft-recursive t)
-
+;; Org html export
+(setq org-html-htmlize-output-type 'css)
;; Allow more keys when navigating with avy.
(setq avy-keys '(?a ?o ?e ?u ?d ?h ?n ?s ?l ?, ?. ?p ?r))