abo-abo / lispy

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

Fix parinfer theme's TAB in eval-expression #631

Closed daanturo closed 1 year ago

daanturo commented 2 years ago

lispy-indent-adjust-parens now tries completion-at-point instead of indent-for-tab-command in minibuffers, as the latter doesn't perform code completion in eval-expression.

Fixes #630

abo-abo commented 1 year ago

Merged. Thanks!