Add new packages installed

This commit is contained in:
Mateus Pinto Rodrigues
2018-03-27 20:52:59 -03:00
parent e684741609
commit 2362e805bd
1493 changed files with 172412 additions and 4636 deletions

View File

@@ -0,0 +1,26 @@
;;; tern-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "tern" "tern.el" (23216 11520 385072 276000))
;;; Generated autoloads from tern.el
(autoload 'tern-use-server "tern" "\
\(fn PORT SERVER)" t nil)
(autoload 'tern-mode "tern" "\
Minor mode binding to the Tern JavaScript analyzer
\(fn &optional ARG)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; tern-autoloads.el ends here