aboutsummaryrefslogtreecommitdiffstats
path: root/oni-conf
diff options
context:
space:
mode:
Diffstat (limited to 'oni-conf')
-rw-r--r--oni-conf/oni-conf.el4
1 files changed, 3 insertions, 1 deletions
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 <tom@ryuslash.org>
;; 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