Restore company-anaconda in Caskfile

This commit is contained in:
Henrik Lissner 2015-11-23 15:17:40 -05:00
parent 2d4fb818f1
commit 39aec1674b

3
Cask
View file

@ -11,7 +11,7 @@
(depends-on "help-fns+") (depends-on "help-fns+")
(depends-on "persistent-soft") (depends-on "persistent-soft")
(depends-on "async" :git "https://github.com/jwiegley/emacs-async") (depends-on "async" :git "https://github.com/jwiegley/emacs-async")
; (depends-on "esup") (depends-on "esup")
;; OSX --- core/core-os-osx.el ;; OSX --- core/core-os-osx.el
(depends-on "exec-path-from-shell") (depends-on "exec-path-from-shell")
@ -171,6 +171,7 @@
;; Python -- modules/module-python.el ;; Python -- modules/module-python.el
(depends-on "anaconda-mode") (depends-on "anaconda-mode")
(depends-on "nose") (depends-on "nose")
(depends-on "company-anaconda")
;; Ruby -- modules/module-regex.el ;; Ruby -- modules/module-regex.el
(depends-on "pcre2el") (depends-on "pcre2el")