1
0
Fork 0

Add forgotten autoload cookie

This commit is contained in:
Tom Willemse 2020-03-02 19:51:05 -08:00
parent 68e796fb7c
commit 7fb0ed2d33

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2020.0302.175435
;; Version: 2020.0302.195042
;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck oni-yasnippet smartparens)
;; This program is free software; you can redistribute it and/or modify
@ -94,6 +94,7 @@
(setq-local comment-auto-fill-only-comments t)
(auto-fill-mode))
;;;###autoload
(defun oni-csharp-snippets-initialize ()
"Initialize the snippets for oni-csharp."
(when (boundp 'yas-snippet-dirs)