shivekkhurana / .emacs.d

My [old] Emacs Config. I've moved to Doom now 👇
https://github.com/shivekkhurana/.doom.d/tree/master
23 stars 3 forks source link

Evil mode $ goto end of line doesn’t go to the very end of sexp #4

Closed shivekkhurana closed 3 years ago

shivekkhurana commented 4 years ago

If a line ends with ...1)2)3)4

Where 1,2,3 are positions, then $ takes the cursor to 3 but it need it to be at 4 so I can evaluate in place.

shivekkhurana commented 4 years ago

Fixed with evil adjust.

shivekkhurana commented 4 years ago

Evil adjust stopped working. Seems to be an issue with either defer t or straight.el

shivekkhurana commented 3 years ago

This is fixed now: https://github.com/shivekkhurana/.emacs.d/blob/acfd18b183a235bd99ad8418dfca1dfb46359c4d/my/internals.el#L51