diff options
Diffstat (limited to 'config.org')
| -rw-r--r-- | config.org | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -4404,14 +4404,20 @@ I want to have a custom format for my daily journal file to start what I want to "Add functions into list." (add-multiple-into-list 'cdlatex-math-symbol-alist-comb - '((?V "\\vec")))) + '((?V "\\vec") + (?= "\\implies" "\\Leftrightarrow" "\\Longleftrightarrow")))) + + (use-package xenops + :ensure t + :config + (setq xenops-math-image-scale-factor 1.2)) (define-minor-mode bard/org-math-mode "Enable features to write math in `org-mode'." :init-value nil :lighter " S=" :global nil - (org-fragtog-mode t) + (xenops-mode t) (org-cdlatex-mode t) (electric-pair-local-mode t) (bard/cdlatex-add-math-symbols) |
