From 0e2c70fe672f587f0be0a7b6a300fcee856e1002 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 13 Jan 2020 21:31:38 -0800 Subject: Add missing autoload to oni-conf --- oni-conf/oni-conf.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'oni-conf') diff --git a/oni-conf/oni-conf.el b/oni-conf/oni-conf.el index 5868a35..7cd2171 100644 --- a/oni-conf/oni-conf.el +++ b/oni-conf/oni-conf.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2019.1210.225057 +;; Version: 2020.0113.212837 ;; Package-Requires: (oni-yasnippet) ;; This program is free software; you can redistribute it and/or modify @@ -57,5 +57,7 @@ (with-eval-after-load 'yasnippet (oni-conf-snippets-initialize))) +;;;###autoload(with-eval-after-load 'conf-mode (require 'oni-conf)) + (provide 'oni-conf) ;;; oni-conf.el ends here -- cgit v1.2.3-54-g00ecf