We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60eb3d commit b62f9aeCopy full SHA for b62f9ae
yasnippet-snippets.el
@@ -48,6 +48,16 @@
48
(add-to-list 'yas-snippet-dirs 'yasnippet-snippets-dir t)
49
(yas-load-directory yasnippet-snippets-dir t))
50
51
+(defgroup yasnippet-snippets nil
52
+ "Options for yasnippet setups.
53
+
54
+This is useful for customizing options declared in
55
+“.yas-setup.el” files. For example, you could declare a
56
+customizable variable used for a snippet expansion.
57
58
+See Info node `(elisp)Customization Types'."
59
+ :group 'yasnippet)
60
61
;;;###autoload
62
(eval-after-load 'yasnippet
63
'(yasnippet-snippets-initialize))
0 commit comments