abo-abo / lispy

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

python: Use locate-dominating-file instead of counsel #671

Open benjamin-asdf opened 8 months ago

benjamin-asdf commented 8 months ago

If you do not have counsel loaded, lispy will throw errors in the eldoc function for python mode.

This is a suggestion fix, using locate-dominating-file instead of the counsel function