summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 659b3b12..34931140 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -349,8 +349,6 @@
       tab-always-indent 'complete)
 
 (req-package auto-indent-mode
-  :commands (auto-indent-minor-mode
-             auto-indent-mode)
   :config (progn
             (setq auto-indent-key-for-end-of-line-then-newline "<C-return>"
                   auto-indent-key-for-end-of-line-insert-char-then-newline "<C-S-return>"