branch: master commit 9e8103302ecc276a2c4adbb4cf09df094455c1dd Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Indentation --- aggressive-indent.el | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/aggressive-indent.el b/aggressive-indent.el index c23122b..57fadc1 100644 --- a/aggressive-indent.el +++ b/aggressive-indent.el @@ -348,13 +348,13 @@ strings." ([backspace] menu-item "maybe-delete-indentation" ignore :filter (lambda (&optional _) (when (and (looking-back "^[[:blank:]]+") - ;; Wherever we don't want to indent, we probably also - ;; want the default backspace behavior. - (not (run-hook-wrapped - 'aggressive-indent--internal-dont-indent-if - #'eval)) - (not (aggressive-indent--run-user-hooks))) - #'delete-indentation)))) + ;; Wherever we don't want to indent, we probably also + ;; want the default backspace behavior. + (not (run-hook-wrapped + 'aggressive-indent--internal-dont-indent-if + #'eval)) + (not (aggressive-indent--run-user-hooks))) + #'delete-indentation)))) (if mode (if (and global-aggressive-indent-mode (or (cl-member-if #'derived-mode-p excluded-modes)