aboutsummaryrefslogtreecommitdiffstats
path: root/oni-lui.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-06-12 22:51:18 -0700
committerGravatar Tom Willemse2021-06-12 22:51:18 -0700
commitef22e8414937154764fa4ccfc7f61fbe125aba06 (patch)
tree5cce163f74d03e1e55a48b628136d71a784c41e2 /oni-lui.el
parentc89fb0dc93ce317d34fdd2e3dfd91a4d6cbcfa9d (diff)
downloademacs-config-ef22e8414937154764fa4ccfc7f61fbe125aba06.tar.gz
emacs-config-ef22e8414937154764fa4ccfc7f61fbe125aba06.zip
[oni-lui] Remove autoload cookie
This should be handled by the init file, not hacked in like this.
Diffstat (limited to 'oni-lui.el')
-rw-r--r--oni-lui.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-lui.el b/oni-lui.el
index 49a314f..f39e513 100644
--- a/oni-lui.el
+++ b/oni-lui.el
@@ -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