Open K-gihu opened 3 years ago
I don't like the auto space, I disable it myself (by setting laas-enable-auto-space to nil).
Reformatting the space for all cases would mean at least making all of ^, _, , (comma), and ' snippets, which is a bit too much I think.
I'd by happy to hear @tecosaur's take on this.
Short version: I like auto space, but I think it would benefit from being a bit cleverer.
(Accidentally closed)
I'm thinking of adding an optional :class
or :info
key in aas
to mark snippets, so we could mark greek letters as 'dont-want-space' or something. Would this be enough?
Hi, I am new year in this issue... your last suggestion sounds for me great!
Expected Behaviour
Type
;a_i
to get\alpha_i
, or type;a^i
to get\alpha^i
Actual Behaviour
Got
\alpha _i
and\alpha ^i