diff options
author | Alan Pearce | 2014-06-27 09:45:29 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-27 09:45:29 +0100 |
commit | 7b4a011475e80ba795ccfa4c7ea7491831dbe5c7 (patch) | |
tree | 7f56270dbe8058a8d6996db81a2b4531a1fcefdc /tag-emacs/emacs.d/init.el | |
parent | 85578a9249a33072430e4f191f157013f180bb66 (diff) | |
download | dotfiles-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/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
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>" |