Typing Underscore "_" in LaTeX File No Longer Auto-Inserts Braces "{}" #6
Unanswered
lorenzohess
asked this question in
Questions
Replies: 1 comment
-
Hi. They consider this a matter of taste Revert to old behavior with: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I confirm that...
I searched the FAQ, issue tracker, discussions board, documentation, and wiki, and did not find an answer to my question.
Any discussions with or conclusions derived from the use of LLMs will be omitted from my question.
What is your question?
Previously, in a TeX file in math mode, typing underscore "_" would auto-insert curly braces "{}". So if you have
$x|$
(where the pipe,|
, is the cursor), adding an underscore, to get$x_|$
would then be followed by braces to get converted to$x_{|}$
.I recently updated Doom Emacs (several months worth of updates), and now this doesn't happen.
How can I recover this behavior?
More importantly, what methods can Emacs users use for: a) finding out things like which package or mode handles inserting the braces; and b) figuring out how to revert that change?
I suppose if I knew when I had last updated my Doom Emacs modules, then I could go through commit logs for all the modules and see if they contain something relevant. Or git bisect to do it more programatically?
System information
https://pastebin.com/fFJyMWeF
Beta Was this translation helpful? Give feedback.
All reactions