mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
`doom-init-smartparens-in-minibuffer-maybe-h' is responsible for enabling `smartparens' in the minibuffer, which it does by checking `this-command'. However, the list of commands doesn't include `edebug-eval-expression', preventing the mode from being enabled for it. Fix this by enabling `smartparens' in `eval-expression-minibuffer-setup-hook', unconditionally, which means that anything using `interactive' "x" or `read--expression' will work correctly.