Skip to content

Commit

Permalink
remove excessive quote to fix python mode problem
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneKao committed Jan 31, 2018
1 parent d2fab74 commit ade41e0
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 ade41e0

Please sign in to comment.