commit 4aba486146cac334975220638040cee8cd6a6104
parent ce17c94c59b51844a2479172c4aeb9648a367a4c
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 11 Aug 2021 11:34:56 +0200
emacs: use MathJax when creating Anki notes
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -282,6 +282,10 @@ anki-editor doesn't provide a keymap so I have to set one up here:
(defvar anki-editor-mode-map (make-sparse-keymap))
(add-to-list 'minor-mode-map-alist (cons 'anki-editor-mode
anki-editor-mode-map))
+
+ :config
+ (setq anki-editor-use-math-jax t)
+
:bind (:map anki-editor-mode-map
("C-c t" . org-property-next-allowed-value)
("C-c i" . anki-editor-insert-note)