abo-abo / lispy

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

README.md: Suggest a way to fix the indentation of eval-expression #618

Closed CloseToZero closed 2 years ago

CloseToZero commented 2 years ago

eval-expression is pretty useful for inspecting the buffer-local things, but when enabled lispy-mode in eval-expression, lispy keeps doing wired indentation because of the wrong indent-line-function. This pull request suggests a way in README to fix the indentation of eval-expression.