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 /rust-mode.el | |
| parent | 7ce29ed23ec8e3267d32f7efe83dd8241cf26dd9 (diff) | |
| download | rust-mode-0797e7bcf1967c4ea54997d1b51181e10689c940.tar.gz | |
add Url
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
