Skip to content

Commit

Permalink
Update protobuf-mode repo URL to Git over SVN.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 4ef4a46bc231044e4d3fcf66bbbce2da2b9de54a
  • Loading branch information
jaccarmac committed May 1, 2015
1 parent 3267038 commit bf853ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dot-emacs-dot-d.org
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@ Now, for some code.

#+NAME: protobuf-mode
#+BEGIN_SRC emacs-lisp
(quse-package protobuf-mode)
(quse-package (protobuf-mode :fetcher github
:repo "google/protobuf"
:files ("editors/protobuf-mode.el")))
#+END_SRC

* YAML.
Expand Down
4 changes: 3 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@

(quse-package go-autocomplete)

(quse-package protobuf-mode)
(quse-package (protobuf-mode :fetcher github
:repo "google/protobuf"
:files ("editors/protobuf-mode.el")))

(quse-package yaml-mode)

0 comments on commit bf853ed

Please sign in to comment.