fixed #60 - removed el-get due to Windows related problems it was causing

This commit is contained in:
Bozhidar Batsov 2012-02-14 13:08:53 +02:00
parent 0909522341
commit 401a913402
6 changed files with 3 additions and 68 deletions

View file

@ -88,9 +88,6 @@
(require 'feature-mode)
(add-to-list 'auto-mode-alist '("\.feature$" . feature-mode))
;; load bundle snippets
(yas/load-directory (concat prelude-vendor-dir "feature-mode/snippets"))
(provide 'prelude-ruby)
;;; prelude-ruby.el ends here