aboutsummaryrefslogtreecommitdiffstats
path: root/oni-csharp
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-02 19:51:05 -0800
committerGravatar Tom Willemse2020-03-02 19:51:05 -0800
commit7fb0ed2d33a95a5d49d2ca42a53bc26b81d24665 (patch)
tree2d968a9f1988bf98fd816e4da48c54f5f9381f15 /oni-csharp
parent68e796fb7c6242ac9a3941f62c03aa8ba0d0f178 (diff)
downloademacs-config-7fb0ed2d33a95a5d49d2ca42a53bc26b81d24665.tar.gz
emacs-config-7fb0ed2d33a95a5d49d2ca42a53bc26b81d24665.zip
Add forgotten autoload cookie
Diffstat (limited to 'oni-csharp')
-rw-r--r--oni-csharp/oni-csharp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-csharp/oni-csharp.el b/oni-csharp/oni-csharp.el
index e9a55f9..b35154d 100644
--- a/oni-csharp/oni-csharp.el
+++ b/oni-csharp/oni-csharp.el
@@ -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)