branch: master
commit 8e9bf3cdb4254c69c26f224c69c381bfcf6ab758
Merge: 41cb5f5 6f7c915
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>
Merge pull request #518 from rnkn/master
Compatibility with custom-unlispify-remove-prefixes
---
yasnippet.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/yasnippet.el b/yasnippet.el
index 63669fa..bddfa3a 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -148,6 +148,7 @@
(defgroup yasnippet nil
"Yet Another Snippet extension"
+ :prefix "yas-"
:group 'editing)
(defvar yas-installed-snippets-dir nil)