diff options
Diffstat (limited to 'src/snippets.el')
-rw-r--r-- | src/snippets.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snippets.el b/src/snippets.el index 9a508ed..df3a274 100644 --- a/src/snippets.el +++ b/src/snippets.el @@ -1,7 +1,7 @@ ;; src/snippets.el ;; This file is generated from conf/snippets.json ;; Don't edit. -(zencoding-defparameter zencoding-snippets +(emmet-defparameter emmet-snippets (let ((tbl (make-hash-table :test 'equal))) (puthash "html" (let ((tbl (make-hash-table :test 'equal))) (puthash "snippets" (let ((tbl (make-hash-table :test 'equal))) |