]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove old special treatment for css-mode
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 29 Oct 2014 19:11:34 +0000 (19:11 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 29 Oct 2014 19:11:34 +0000 (19:11 +0000)
aggressive-indent.el

index 1feb5f428afff61b2c8c48114db9bdfe29592024..e5c5648db8f51f9e7b390ee63951d4691631b550 100644 (file)
@@ -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.