all repos — nixfiles @ 7b4a011475e80ba795ccfa4c7ea7491831dbe5c7

System and user configuration, managed by nix and home-manager

Emacs: Make auto-indent-mode start at init
Alan Pearce alan@alanpearce.co.uk
Fri, 27 Jun 2014 09:45:29 +0100
commit

7b4a011475e80ba795ccfa4c7ea7491831dbe5c7

parent

85578a9249a33072430e4f191f157013f180bb66

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -349,8 +349,6 @@ '(4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 88 92 96 100 104 108 112 116 120)       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>"