branch: master commit 81fadf1cc239f33f9ba24d56d4255d2d9435f2f8 Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Add modes to prefer defun. --- aggressive-indent.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/aggressive-indent.el b/aggressive-indent.el index 4f56c1a..b192486 100644 --- a/aggressive-indent.el +++ b/aggressive-indent.el @@ -132,7 +132,7 @@ commands will NOT be followed by a re-indent." This is for internal use only. For user customization, use `aggressive-indent-dont-indent-if' instead.") -(defcustom modes-to-prefer-defun '(emacs-lisp-mode) +(defcustom modes-to-prefer-defun '(emacs-lisp-mode lisp-mode scheme-mode) "List of major-modes in which indenting defun is preferred. Add here any major modes with very good definitions of `end-of-defun' and `beginning-of-defun', or modes which bug out