aboutsummaryrefslogtreecommitdiffstats
path: root/oni-conf
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-01-13 21:31:38 -0800
committerGravatar Tom Willemse2020-01-13 21:31:38 -0800
commit0e2c70fe672f587f0be0a7b6a300fcee856e1002 (patch)
treed0765063645c73db94e3d95c6040557792a3e91a /oni-conf
parentc23059b74ed8787d7854496b753a3cf27a6cf045 (diff)
downloademacs-config-0e2c70fe672f587f0be0a7b6a300fcee856e1002.tar.gz
emacs-config-0e2c70fe672f587f0be0a7b6a300fcee856e1002.zip
Add missing autoload to oni-conf
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