From 7fb0ed2d33a95a5d49d2ca42a53bc26b81d24665 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 2 Mar 2020 19:51:05 -0800 Subject: Add forgotten autoload cookie --- oni-csharp/oni-csharp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'oni-csharp') 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 ;; 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) -- cgit v1.2.3-54-g00ecf