editor/snippets: fix error loading doom-snippets-lib

This commit is contained in:
Henrik Lissner 2019-10-29 01:07:57 -04:00
parent 3f6decfe04
commit 4657c9e9be
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -33,6 +33,7 @@
yas-snippet-dirs (delete yas--default-user-snippets-dir
yas-snippet-dirs))
(add-to-list 'load-path +snippets-dir)
;; default snippets library, if available
(require 'doom-snippets nil t)