fixed #111 - yasnippet not loading snippets from personal/snippets
This commit is contained in:
parent
abce827b25
commit
c7b207d7b9
1 changed files with 2 additions and 3 deletions
|
@ -203,9 +203,8 @@
|
|||
|
||||
;; load yasnippet
|
||||
(require 'yasnippet)
|
||||
(yas/initialize)
|
||||
(add-to-list 'yas/snippet-dirs prelude-snippets-dir)
|
||||
(add-to-list 'yas/snippet-dirs prelude-personal-snippets-dir)
|
||||
(setq yas/snippet-dirs prelude-snippets-dir prelude-personal-snippets-dir)
|
||||
(yas/global-mode 1)
|
||||
|
||||
;; Helm makes finding stuff in Emacs much simpler
|
||||
(require 'helm-config)
|
||||
|
|
Loading…
Reference in a new issue