abo-abo / lispy

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

`lispy-mode`: le-clojure: modify capf locally #564

Open nbfalcon opened 3 years ago

nbfalcon commented 3 years ago

lispy-mode setqed completion-at-point-functions globally, causing errors in other buffers if that variable is not permanently buffer-local.

Only set completion-at-point-functions buffer-locally in lispy-mode.


#

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 62.771% when pulling 11a156431bc6a366765a0bcc78d6e669a6b54623 on nbfalcon:bugfix/lispy-mode-capf-local into 38a7df4cbb16cfe3d62dc8ea98b50e2d9a572e58 on abo-abo:master.