improved the conventions for snippet placement
This commit is contained in:
parent
ab0f584abf
commit
98ec2368ae
3 changed files with 4 additions and 0 deletions
modules
|
@ -204,6 +204,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)
|
||||
|
||||
;; Helm makes finding stuff in Emacs much simpler
|
||||
(require 'helm-config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue