Move iedit and livescript-mode origins

This commit is contained in:
Orivej Desh 2016-09-29 22:29:02 +00:00 committed by Noam Postavsky
parent 196a38c61e
commit 0c3c33e604
2 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,7 @@
(:name iedit
:description "Edit multiple regions with the same content simultaneously."
:type emacswiki
:type github
:pkgname "victorhge/iedit"
;; We load iedit so that it inserts iedit-toggle-key-default into the
;; global key map.
:features iedit)

View File

@ -1,5 +1,5 @@
(:name livescript-mode
:description "An Emacs major mode for LiveScript, a language that compiles to Javascript"
:website "https://github.com/bdowning/livescript-mode"
:description "LiveScript major mode"
:website "https://github.com/piotrklibert/livescript-mode"
:type github
:pkgname "bdowning/livescript-mode")
:pkgname "piotrklibert/livescript-mode")