aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-07-21 00:07:42 +0200
committerAdrian Kummerlaender2020-07-21 00:07:42 +0200
commit5d4c211700bb6fd16c6b4cc3c06d4bd90ae9aba8 (patch)
tree780f68ceb1b35d807f2ad0b0c13829c71c792997
parent60fdf818d2eef110f7f524465685b70a3406a5f5 (diff)
downloadnixos_home-5d4c211700bb6fd16c6b4cc3c06d4bd90ae9aba8.tar
nixos_home-5d4c211700bb6fd16c6b4cc3c06d4bd90ae9aba8.tar.gz
nixos_home-5d4c211700bb6fd16c6b4cc3c06d4bd90ae9aba8.tar.bz2
nixos_home-5d4c211700bb6fd16c6b4cc3c06d4bd90ae9aba8.tar.lz
nixos_home-5d4c211700bb6fd16c6b4cc3c06d4bd90ae9aba8.tar.xz
nixos_home-5d4c211700bb6fd16c6b4cc3c06d4bd90ae9aba8.tar.zst
nixos_home-5d4c211700bb6fd16c6b4cc3c06d4bd90ae9aba8.zip
Enable syntax highlighting in org export, add reveal export
-rw-r--r--gui/conf/init.el7
1 files changed, 7 insertions, 0 deletions
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 "<C-tab>") 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