Skip to content

Instantly share code, notes, and snippets.

@shishi
Created April 10, 2012 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shishi/2352700 to your computer and use it in GitHub Desktop.
Save shishi/2352700 to your computer and use it in GitHub Desktop.
sample of el-get-sources
(setq el-get-sources
'(
(:name ruby-mode-trunk-head
:type http
:description "Major mode for editing Ruby files. (trunk-head)"
:url "http://bugs.ruby-lang.org/projects/ruby-trunk/repository/raw/misc/ruby-mode.el")
(:name php-mode-github
:type github
:website "https://github.com/ejmr/php-mode"
:description "Major mode for editing PHP files. (on Github based on SourceForge version))"
:pkgname "ejmr/php-mode")
(:name multi-web-mode
:type git
:website "https://github.com/fgallina/multi-web-mode"
:description "Multi Web Mode is a minor mode wich makes web editing in Emacs much easier."
:url "git://github.com/fgallina/multi-web-mode.git")
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment