branch: master commit 2a9c593125f8559863e28de90b759f34e06b0ec5 Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Remove old special treatment for css-mode --- aggressive-indent.el | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/aggressive-indent.el b/aggressive-indent.el index 1feb5f4..e5c5648 100644 --- a/aggressive-indent.el +++ b/aggressive-indent.el @@ -187,12 +187,6 @@ buffer change." (add-to-list 'aggressive-indent--internal-dont-indent-if 'ac-completing))) -(eval-after-load 'css-mode - '(add-hook - 'css-mode-hook - (lambda () (unless defun-prompt-regexp - (setq-local defun-prompt-regexp "^[^[:blank:]].*"))))) - (defcustom dont-indent-if '() "List of variables and functions to prevent aggressive indenting. This variable is a list where each element is a lisp form.