1
0
Fork 0

Autoload snippets initialize funcion for ‘oni-css’

This commit is contained in:
Tom Willemse 2019-08-24 00:13:23 -07:00
parent 3971fd62bc
commit ee405b8b40

View file

@ -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)