From ee405b8b400fedae623ebbd514fa04e8803ab185 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 24 Aug 2019 00:13:23 -0700 Subject: Autoload snippets initialize funcion for ‘oni-css’ --- oni-css/oni-css.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oni-css/oni-css.el') 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 ;; 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) -- cgit v1.2.3-54-g00ecf