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 @@
;;; rust-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "rust-mode" "rust-mode.el" (23199 55709 692253
;;;;;; 850000))
;;; Generated autoloads from rust-mode.el
(autoload 'rust-mode "rust-mode" "\
Major mode for Rust code.
\\{rust-mode-map}
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.rs\\'" . rust-mode))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; rust-mode-autoloads.el ends here

View File

@@ -0,0 +1,2 @@
;;; -*- no-byte-compile: t -*-
(define-package "rust-mode" "20180303.854" "A major emacs mode for editing Rust source code" '((emacs "24.0")) :commit "42c98bbf3550aff91fd2a3f24637508b408d4cdb" :url "https://github.com/rust-lang/rust-mode" :keywords '("languages"))

File diff suppressed because it is too large Load Diff

Binary file not shown.