Enable auto-complete-mode for major modes where it's useful

This commit is contained in:
2012-07-03 19:11:13 +01:00
parent 321846cc61
commit 7d48783944
13 changed files with 18 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
(flyspell-prog-mode)
(linum-mode t)
(fci-mode)
(auto-complete-mode)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)
(define-key python-mode-map (kbd "RET") 'newline-and-indent))