From b507da8a8f09004974eb72796fa471a089108dd9 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 25 Apr 2025 19:21:50 -0700 Subject: [PATCH] i did battle with mathjax and won --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 9fb895b..148c294 100644 --- a/init.el +++ b/init.el @@ -256,6 +256,8 @@ present on disk." '(custom-theme-directory "~/.emacs.d/themes") '(ellama-sessions-directory (cache-path "ellama-sessions")) '(global-font-lock-mode t) + '(org-html-mathjax-template + "\12\12\12") '(package-selected-packages nil)) (custom-set-faces ;; custom-set-faces was added by Custom.