Skip to content

Commit d11b755

Browse files
mpenetbrson
authored andcommitted
add Url
1 parent a41aa08 commit d11b755

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/etc/emacs/cm-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
;;; cm-mode.el --- Wrapper for CodeMirror-style emacs modes
1+
;;; cm-mode.el --- Wrapper for CodeMirror-style Emacs modes
22

33
;; Version: 0.1.0
4+
;; Url: https://github.com/mozilla/rust
45

56
;; Highlighting is done by running a stateful parser (with first-class
67
;; state object) over the buffer, line by line, using the output to

src/etc/emacs/rust-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
;; Version: 0.1.0
44
;; Package-Requires: ((cm-mode "0.1.0"))
5+
;; Url: https://github.com/mozilla/rust
56

67
(require 'cm-mode)
78
(require 'cc-mode)

0 commit comments

Comments
 (0)