abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 132 forks source link

`lispy--read`: don't run mode hooks #563

Open nbfalcon opened 3 years ago

nbfalcon commented 3 years ago

Often mode-hooks will contain code to set-up REPLs, language servers and complex editor support in general. However, lispy--read only cares about the syntax table, so don't run them.


#

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 62.771% when pulling 7b4a64c6d49676d4d091df1371d8d2270cf3edaa on nbfalcon:bugfix/lispy--read-dont-run-mode-hooks into 38a7df4cbb16cfe3d62dc8ea98b50e2d9a572e58 on abo-abo:master.