summaryrefslogtreecommitdiff
path: root/lisp/init-editing.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-editing.el')
-rw-r--r--lisp/init-editing.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/init-editing.el b/lisp/init-editing.el
index 69ae087..e6595e6 100644
--- a/lisp/init-editing.el
+++ b/lisp/init-editing.el
@@ -12,8 +12,6 @@
try-complete-lisp-symbol-partially
try-complete-lisp-symbol))
-(electric-indent-mode -1)
-
;; http://www.emacswiki.org/emacs/UnfillParagraph
(defun km/unfill-paragraph ()
"Convert a multi-line paragraph to a single line of text."
@@ -167,6 +165,8 @@ and '<<<' mark the bounds of the narrowed region.
(define-key km/editing-map "f" 'km/fill-surrounding-indented)
(define-key km/editing-map "i" 'indent-relative)
+(electric-indent-mode -1)
+
;;; Buffer cleanup