add company-jedi to my-package and add init file
This commit is contained in:
parent
83ec91a4ed
commit
8475f90893
3
.emacs
3
.emacs
@ -65,7 +65,8 @@
|
||||
todotxt-mode
|
||||
php-mode
|
||||
scad-mode
|
||||
smarttabs))
|
||||
smarttabs
|
||||
company-jedi))
|
||||
;;auctex))
|
||||
(el-get-cleanup my-packages)
|
||||
(el-get 'sync my-packages)
|
||||
|
4
.emacs.d/el-get-user/init-files/init-company-jedi.el
Normal file
4
.emacs.d/el-get-user/init-files/init-company-jedi.el
Normal file
@ -0,0 +1,4 @@
|
||||
(defun my/python-mode-hook ()
|
||||
(add-to-list 'company-backends 'company-jedi))
|
||||
|
||||
(add-hook 'python-mode-hook 'my/python-mode-hook)
|
Loading…
Reference in New Issue
Block a user