This commit is contained in:
Max Penet 2012-08-13 09:14:57 +02:00 committed by Brian Anderson
parent a41aa08de9
commit d11b7554fd
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
;;; cm-mode.el --- Wrapper for CodeMirror-style emacs modes
;;; cm-mode.el --- Wrapper for CodeMirror-style Emacs modes
;; Version: 0.1.0
;; Url: https://github.com/mozilla/rust
;; Highlighting is done by running a stateful parser (with first-class
;; state object) over the buffer, line by line, using the output to

View File

@ -2,6 +2,7 @@
;; Version: 0.1.0
;; Package-Requires: ((cm-mode "0.1.0"))
;; Url: https://github.com/mozilla/rust
(require 'cm-mode)
(require 'cc-mode)