Skip to content

Commit

Permalink
yasnippet.el (snippet-mode): Add autoload cookie.
Browse files Browse the repository at this point in the history
  • Loading branch information
npostavs committed Apr 9, 2016
1 parent 4c6064c commit 3e67b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yasnippet.el
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,7 @@ Honour `yas-dont-activate', which see."
"The keymap used when `snippet-mode' is active.")


;;;###autoload
(define-derived-mode snippet-mode text-mode "Snippet"
"A mode for editing yasnippets"
(setq font-lock-defaults '(yas--font-lock-keywords))
Expand Down

0 comments on commit 3e67b1b

Please sign in to comment.