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 632722a commit 8278458Copy full SHA for 8278458
modules/config-tex.el
@@ -459,7 +459,7 @@ matching string."
459
(interactive)
460
(if (texmathp)
461
(my/TeX-escape-from-math)
462
- (TeX-insert-dollar)))
+ (call-interactively #'TeX-insert-dollar)))
463
464
(defun TeX-math-chord-spaced ()
465
@@ -468,7 +468,7 @@ matching string."
468
(unless (or (bolp)
469
(looking-back (rx (or space punct)) 1))
470
(insert " "))
471
472
473
(key-chord-define TeX-mode-map (kbd "fj")
474
`(menu-item "" TeX-math-chord
0 commit comments