Add documentation string
* yasnippet-snippets.el (yasnippet-snippets): Add function docstring.
This commit is contained in:
parent
0811650e78
commit
c60eb3d847
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
|
||||
;;;###autoload
|
||||
(defun yasnippet-snippets-initialize ()
|
||||
"Load the `yasnippet-snippets' snippets directory."
|
||||
(add-to-list 'yas-snippet-dirs 'yasnippet-snippets-dir t)
|
||||
(yas-load-directory yasnippet-snippets-dir t))
|
||||
|
||||
|
|
Loading…
Reference in a new issue