Skip to content

Commit

Permalink
Fix issue in python-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Feb 1, 2018
1 parent d2fab74 commit b715e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-python.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
(with-eval-after-load 'company
(use-package company-anaconda
:defines company-backends
:init (cl-pushnew '(company-backend-with-yas 'company-anaconda) company-backends)))))
:init (cl-pushnew (company-backend-with-yas 'company-anaconda) company-backends)))))

(provide 'init-python)

Expand Down

0 comments on commit b715e3e

Please sign in to comment.