Skip to content

Instantly share code, notes, and snippets.

@shishi
Created April 10, 2012 16:36
Show Gist options
  • 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