Added emacs starter kit.

This commit is contained in:
2013-03-24 12:56:49 -07:00
parent 82103ae761
commit 58a9a9d0ba
39 changed files with 5589 additions and 18 deletions

View File

@@ -0,0 +1,33 @@
;;; smex-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (smex-initialize smex) "smex" "smex.el" (20815
;;;;;; 21542 0 0))
;;; Generated autoloads from smex.el
(autoload 'smex "smex" "\
\(fn)" t nil)
(autoload 'smex-initialize "smex" "\
\(fn)" t nil)
;;;***
;;;### (autoloads nil nil ("smex-pkg.el") (20815 21542 636315 0))
;;;***
(provide 'smex-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; smex-autoloads.el ends here