Skip to content

Commit

Permalink
Drop old python-mode-hook for auto-complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgeller committed Feb 19, 2012
1 parent 008b02b commit 1aa7101
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions init-auto-complete.el
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@
(setq ac-delay 1)
(setq ac-sources (append '(ac-source-nropemacs
ac-source-nropemacs-dot) ac-sources)))
(defun ac-python-mode-setup ()
(setq ac-sources '(ac-source-etags
ac-source-yasnippet
ac-source-filename
ac-source-dictionary)))


(provide 'init-auto-complete)

0 comments on commit 1aa7101

Please sign in to comment.