diff options
author | Adrian Kummerlaender | 2020-09-07 21:19:15 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2020-09-07 21:19:15 +0200 |
commit | df179664bb24904a6fa69f5cc87613931cb38fb0 (patch) | |
tree | 6d2799eb188425a3e32c99cfab94afcbae28f738 | |
parent | 3900e128b5161ede4a4e3ce29ecd520b0715bb8a (diff) | |
download | nixos_home-df179664bb24904a6fa69f5cc87613931cb38fb0.tar nixos_home-df179664bb24904a6fa69f5cc87613931cb38fb0.tar.gz nixos_home-df179664bb24904a6fa69f5cc87613931cb38fb0.tar.bz2 nixos_home-df179664bb24904a6fa69f5cc87613931cb38fb0.tar.lz nixos_home-df179664bb24904a6fa69f5cc87613931cb38fb0.tar.xz nixos_home-df179664bb24904a6fa69f5cc87613931cb38fb0.tar.zst nixos_home-df179664bb24904a6fa69f5cc87613931cb38fb0.zip |
Use current theme for org HTML export highlighting
-rw-r--r-- | gui/conf/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index c8cfe70..9c2c9f8 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -162,7 +162,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-html-htmlize-output-type 'inline-css) (org-latex-preview-ltxpng-directory "~/.emacs.d/ltxpng/") :config (define-key org-mode-map (kbd "<C-tab>") nil) |