Skip to content

Commit

Permalink
disable the python auto complete
Browse files Browse the repository at this point in the history
  • Loading branch information
caoyuanqi committed Dec 23, 2014
1 parent f9cb69b commit 84b8246
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lisp/init-python-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
("SConscript\\'" . python-mode))
auto-mode-alist))
(require-package 'pip-requirements)
(require-package 'epc)
(require 'epcs)
(require-package 'jedi)
(add-hook 'python-mode-hook 'jedi:setup)
(setq jedi:complete-on-dot t)

;; (require 'epcs)
;; (require-package 'jedi)
;; (add-hook 'python-mode-hook 'jedi:setup)
;; (setq jedi:complete-on-dot t)

(provide 'init-python-mode)

0 comments on commit 84b8246

Please sign in to comment.