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 74f6cbe commit 7fc071eCopy full SHA for 7fc071e
1 file changed
julia-mode.el
@@ -997,7 +997,7 @@ command is only entered if it is supported in Julia. The
997
following commands are defined:
998
999
\\{LaTeX-math-mode-map}"
1000
- nil nil (list (cons (LaTeX-math-abbrev-prefix) LaTeX-math-keymap))
+ :keymap (list (cons (LaTeX-math-abbrev-prefix) LaTeX-math-keymap))
1001
(if julia-math-mode
1002
(setq-local LaTeX-math-insert-function #'julia-math-insert)))))
1003
0 commit comments