We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7af964 commit 2a68535Copy full SHA for 2a68535
modules/me-math.el
@@ -47,10 +47,11 @@
47
"O" #'ein:process-open-notebook
48
"r" #'ein:gat-run-remote
49
"l" #'ein:gat-run-local)
50
+
51
(setq-default ein:markdown-enable-math t)
52
53
(with-eval-after-load 'org
- (add-to-list 'org-babel-load-languages '(ein . t))
54
+ (org-babel-do-load-languages 'org-babel-load-languages (append org-babel-load-languages '((ein . t))))
55
(setq org-src-lang-modes (append org-src-lang-modes '(("ein-python" . python) ("ein-r" . r) ("ein-julia" . julia))))))
56
57
(use-package julia-mode
0 commit comments