Autoload snippets initialize funcion for ‘oni-css’
This commit is contained in:
parent
3971fd62bc
commit
ee405b8b40
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue