Update all my elpa files

This commit is contained in:
Mateus Pinto Rodrigues
2018-05-17 18:02:17 -03:00
parent 216ee979b9
commit 0024c08036
860 changed files with 8617 additions and 7072 deletions

View File

@@ -0,0 +1,26 @@
;;; racer-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "racer" "racer.el" (23260 31803 980178 986000))
;;; Generated autoloads from racer.el
(autoload 'racer-find-definition "racer" "\
Run the racer find-definition command and process the results.
\(fn)" t nil)
(autoload 'racer-mode "racer" "\
Minor mode for racer.
\(fn &optional ARG)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; racer-autoloads.el ends here