aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-05-03 09:27:55 +0100
committerYann Herklotz <git@yannherklotz.com>2022-05-03 09:27:55 +0100
commitf074b1bd08db7d5c401810cc627cff505ed44c1f (patch)
treeece33beeb3faee9b26712d3fac33f790510debe7
parentb558d57cced857c6e441ee6fb7af6e19c1f2118b (diff)
downloaddotfiles-f074b1bd08db7d5c401810cc627cff505ed44c1f.tar.gz
dotfiles-f074b1bd08db7d5c401810cc627cff505ed44c1f.zip
Turn on cdlatex
-rw-r--r--doom/config.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/doom/config.org b/doom/config.org
index ba6eb47..45fed0c 100644
--- a/doom/config.org
+++ b/doom/config.org
@@ -1055,6 +1055,7 @@ https://yannherklotz.com")
:hook (ConTeXt-mode . sow-mode))
(use-package! cdlatex
+ :hook (ConTeXt-mode . turn-on-cdlatex)
:init
(setq cdlatex-command-alist nil)
(setq cdlatex-math-modify-alist nil))