aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-css/oni-css.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-css/oni-css.el b/oni-css/oni-css.el
index 2bfa1fe..ade8746 100644
--- a/oni-css/oni-css.el
+++ b/oni-css/oni-css.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190824000021
+;; Version: 20190824001316
;; Package-Requires: (oni-company oni-fci hydra rainbow-mode yasnippet)
;; This program is free software; you can redistribute it and/or modify
@@ -60,6 +60,7 @@
(when (re-search-backward ";" (line-beginning-position) :noerror)
(insert " !important")))))
+;;;###autoload
(defun oni-css-snippets-initialize ()
"Initialize the snippets for ‘oni-css’."
(when (boundp 'yas-snippet-dirs)