mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Restore company-anaconda in Caskfile
This commit is contained in:
3
Cask
3
Cask
@@ -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")
|
||||||
|
Reference in New Issue
Block a user