diff options
| author | Max Penet <max.penet@gmail.com> | 2012-08-13 09:14:57 +0200 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-08-13 13:53:27 -0700 |
| commit | 0797e7bcf1967c4ea54997d1b51181e10689c940 (patch) | |
| tree | d18875143d2d3fc9c60d294999a7707ec4b1c4bb | |
| parent | 7ce29ed23ec8e3267d32f7efe83dd8241cf26dd9 (diff) | |
| download | rust-mode-0797e7bcf1967c4ea54997d1b51181e10689c940.tar.gz | |
add Url
| -rw-r--r-- | cm-mode.el | 3 | ||||
| -rw-r--r-- | rust-mode.el | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -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 diff --git a/rust-mode.el b/rust-mode.el index 440f609..b340c39 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -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) |
