From 5d4c211700bb6fd16c6b4cc3c06d4bd90ae9aba8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 21 Jul 2020 00:07:42 +0200 Subject: Enable syntax highlighting in org export, add reveal export --- gui/conf/init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gui/conf/init.el b/gui/conf/init.el index 3939dd1..fb47b58 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -150,6 +150,9 @@ (setq direnv-always-show-summary nil) (direnv-mode)) +(use-package htmlize + :ensure t) + (use-package org :ensure t :custom @@ -164,6 +167,7 @@ (org-goto-interface 'outline-path-completion) (org-outline-path-complete-in-steps nil) (org-src-window-setup 'current-window) + (org-html-htmlize-output-type 'css) (org-latex-preview-ltxpng-directory "~/.emacs.d/ltxpng/") :config (define-key org-mode-map (kbd "") nil) @@ -216,6 +220,9 @@ (setq org-bullets-bullet-list '("●" "●" "⤷" "⤷")) (add-hook 'org-mode-hook #'org-bullets-mode)) +(use-package ox-reveal + :ensure t) + (use-package evil-org :ensure t :config -- cgit v1.2.3