Skip to content

Instantly share code, notes, and snippets.

@toshiwo
Created May 2, 2013 09:18
Show Gist options
  • Save toshiwo/5501132 to your computer and use it in GitHub Desktop.
Save toshiwo/5501132 to your computer and use it in GitHub Desktop.
el-get用のlocal recipe
(setq el-get-sources
'(
(:name motion-mode
:website "https://github.com/ainame/motion-mode"
:description "[local] motion-mode provide the simple dictionary code-completion on RubyMotion"
:type git
:url "https://github.com/ainame/motion-mode.git"
:branch "master"
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment