mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Enable auto-complete-mode for major modes where it's useful
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user