auto-activating-snippets
auto-activating-snippets copied to clipboard
Snippets for Emacs that expand as you type
Just to make a note of this, I'm now seeing these compiler warnings: ``` ⛔ Warning (comp): aas.el:159:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or...
Hi! I have had this changed version in my fork for a long while but somehow never tried to make a pull request out of it. As far as I...
The snippets are expanded inside math mode, which is great. But when I edit an equation label, like ``` \begin{equation} \label{eq:1} f(x) = x \end{equation} ``` it also expands snippets....