summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-06-27 09:45:29 +0100
committerAlan Pearce2014-06-27 09:45:29 +0100
commit7b4a011475e80ba795ccfa4c7ea7491831dbe5c7 (patch)
tree7f56270dbe8058a8d6996db81a2b4531a1fcefdc /tag-emacs/emacs.d
parent85578a9249a33072430e4f191f157013f180bb66 (diff)
downloaddotfiles-7b4a011475e80ba795ccfa4c7ea7491831dbe5c7.tar.lz
dotfiles-7b4a011475e80ba795ccfa4c7ea7491831dbe5c7.tar.zst
dotfiles-7b4a011475e80ba795ccfa4c7ea7491831dbe5c7.zip
Emacs: Make auto-indent-mode start at init
Diffstat (limited to 'tag-emacs/emacs.d')
-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 659b3b1..3493114 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>"