1
0
Fork 0

Add missing autoload to oni-conf

This commit is contained in:
Tom Willemse 2020-01-13 21:31:38 -08:00
parent c23059b74e
commit 0e2c70fe67

View file

@ -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