Browse Source

fixed #3

custom
Bozhidar Batsov 14 years ago
parent
commit
aad7b3f280
  1. 2
      prelude-ruby.el

2
prelude-ruby.el

@ -73,7 +73,7 @@
(add-to-list 'auto-mode-alist '("\.feature$" . feature-mode)) (add-to-list 'auto-mode-alist '("\.feature$" . feature-mode))
;; load bundle snippets ;; load bundle snippets
(yas/load-directory (concat ext-dir "feature-mode/snippets"))
(yas/load-directory (concat vendor-dir "feature-mode/snippets"))
(provide 'prelude-ruby) (provide 'prelude-ruby)

Loading…
Cancel
Save