abo-abo / lispy

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

lispy-test.el (lispy-toggle-threaded-last): Update for Emacs 28 #632

Closed kyleam closed 1 year ago

kyleam commented 2 years ago

Starting with Emacs 28.1, thread-first uses (declare (indent 0) ...) rather than (declare (indent 1) ...).

abo-abo commented 1 year ago

Thanks for the PR. Sorry I did another fix to the test because I didn't see it.