add auto complete ruby

This commit is contained in:
ChandleWEi 2011-07-19 23:23:43 +08:00 committed by Dimitri Fontaine
parent ec9acb2607
commit 2084a5353b
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,9 @@
(:name auto-complete-css
:type http
:url "http://www.cx4a.org/pub/auto-complete-css.el"
;;:info "session management"
;; :autoloads nil
;; :post-init (lambda ()
;; (require 'auto-complete-css)
;; )
)

View File

@ -0,0 +1,9 @@
(:name auto-complete-emacs-lisp
:type http
:url "http://www.cx4a.org/pub/auto-complete-emacs-lisp.el"
;;:info "session management"
;; :autoloads nil
;; :post-init (lambda ()
;; (require 'auto-complete-emacs-lisp)
;; )
)

View File

@ -0,0 +1,9 @@
(:name auto-complete-ruby
:type http
:url "http://www.cx4a.org/pub/auto-complete-ruby.el"
;;:info "session management"
;; :autoloads nil
;; :post-init (lambda ()
;; (require 'auto-complete-ruby)
;; )
)

View File

@ -0,0 +1,9 @@
(:name auto-complete-yasnippet
:type http
:url "http://www.cx4a.org/pub/auto-complete-yasnippet.el"
;;:info "session management"
;; :autoloads nil
;; :post-init (lambda ()
;; (require 'auto-complete-yasnippet)
;; )
)