Add missing autoload to oni-conf
This commit is contained in:
parent
c23059b74e
commit
0e2c70fe67
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2019.1210.225057
|
;; Version: 2020.0113.212837
|
||||||
;; Package-Requires: (oni-yasnippet)
|
;; Package-Requires: (oni-yasnippet)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -57,5 +57,7 @@
|
||||||
(with-eval-after-load 'yasnippet
|
(with-eval-after-load 'yasnippet
|
||||||
(oni-conf-snippets-initialize)))
|
(oni-conf-snippets-initialize)))
|
||||||
|
|
||||||
|
;;;###autoload(with-eval-after-load 'conf-mode (require 'oni-conf))
|
||||||
|
|
||||||
(provide 'oni-conf)
|
(provide 'oni-conf)
|
||||||
;;; oni-conf.el ends here
|
;;; oni-conf.el ends here
|
||||||
|
|
Loading…
Reference in a new issue