1
0
Fork 0

[oni-lui] Remove autoload cookie

This should be handled by the init file, not hacked in like this.
This commit is contained in:
Tom Willemse 2021-06-12 22:51:18 -07:00
parent c89fb0dc93
commit ef22e84149

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2019.0904.210647
;; Version: 2021.0612.224938
;; Package-Requires: (circe)
;; This program is free software; you can redistribute it and/or modify
@ -46,7 +46,5 @@
(setq lui-fill-type nil)
;;;###autoload(with-eval-after-load 'lui (require 'oni-lui))
(provide 'oni-lui)
;;; oni-lui.el ends here