Skip to content

Commit

Permalink
Add multiple-cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Nov 25, 2012
1 parent ba5999d commit 9a28b02
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -112,3 +112,6 @@
[submodule "packs/dev/foundation-pack/vendor/submodules/packed"] [submodule "packs/dev/foundation-pack/vendor/submodules/packed"]
path = packs/dev/foundation-pack/vendor/submodules/packed path = packs/dev/foundation-pack/vendor/submodules/packed
url = git://github.com/tarsius/packed.git url = git://github.com/tarsius/packed.git
[submodule "packs/dev/power-pack/vendor/submodules/multiple-cursors"]
path = packs/dev/power-pack/vendor/submodules/multiple-cursors
url = git://github.com/magnars/multiple-cursors.el.git
2 changes: 2 additions & 0 deletions packs/dev/power-pack/config/multiple-cursors-conf.el
@@ -0,0 +1,2 @@
(live-add-pack-lib "multiple-cursors")
(require 'multiple-cursors)
1 change: 1 addition & 0 deletions packs/dev/power-pack/init.el
Expand Up @@ -14,3 +14,4 @@
(live-load-config-file "browse-kill-ring-conf.el") (live-load-config-file "browse-kill-ring-conf.el")
(live-load-config-file "expand-region-conf.el") (live-load-config-file "expand-region-conf.el")
(live-load-config-file "ace-jump-mode-conf.el") (live-load-config-file "ace-jump-mode-conf.el")
(live-load-config-file "multiple-cursors-conf.el")
1 change: 1 addition & 0 deletions packs/dev/power-pack/lib/multiple-cursors
1 change: 1 addition & 0 deletions packs/dev/power-pack/vendor/submodules/multiple-cursors
Submodule multiple-cursors added at bc8af4

0 comments on commit 9a28b02

Please sign in to comment.