abo-abo / lispy

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

When parinfer theme is used, TAB in eval-expression doesn't perform completion #630

Closed daanturo closed 1 year ago

daanturo commented 2 years ago

Config:

(setq lispy-key-theme '(special lispy c-digits parinfer))
(defun conditionally-enable-lispy ()
  (when (eq this-command 'eval-expression)
    (lispy-mode 1)))
(add-hook 'minibuffer-setup-hook 'conditionally-enable-lispy)

Then eval-expression, type (pri|) TAB, completions should pop up but only indenting is performed.