Skip to content

Instantly share code, notes, and snippets.

@pjammer
Created July 11, 2011 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjammer/1076066 to your computer and use it in GitHub Desktop.
Save pjammer/1076066 to your computer and use it in GitHub Desktop.
how i get el-get working
;; el-get sourcing
(add-to-list 'load-path "~/.emacs.d/el-get")
(require 'el-get)
(setq el-get-sources
'(el-get
package
yasnippet
color-theme
color-theme-ir-black
color-theme-chocolate-rain
color-theme-subdued
rinari
ruby-mode
rvm
ruby-end
ruby-compilation
rhtml-mode
zencoding-mode
)
)
(el-get)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment