You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the REPL, I can type c\_max and hit TAB to get cₘₐₓ. This is super convenient. In emacs, I have to type them one by one, \_mTAB, \_a\TAB, and finally \_xTAB.
Is it possible to implement the same functionality in emacs?
The text was updated successfully, but these errors were encountered:
When I use the REPL, I can type
c\_max
and hitTAB
to getcₘₐₓ
. This is super convenient. In emacs, I have to type them one by one,\_m
TAB
,\_a
\TAB
, and finally\_x
TAB
.Is it possible to implement the same functionality in emacs?
The text was updated successfully, but these errors were encountered: