fixed #3
This commit is contained in:
parent
b6fc821508
commit
aad7b3f280
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue