Malabarba / aggressive-indent-mode

Emacs minor mode that keeps your code always indented. More reliable than electric-indent-mode.
850 stars 36 forks source link

Add `exit-minibuffer` to `aggressive-indent-protected-current-commands`. #156

Closed okamsn closed 2 years ago

okamsn commented 2 years ago

This prevents indentation while running anzu-query-replace and anzu-query-replace-regexp, for which last-command is exit-minibuffer after reading text from the minibuffer. See Malabarba/aggressive-indent-mode#155.