aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-tui.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-tui.el b/oni-tui.el
index 688d51b..0495b89 100644
--- a/oni-tui.el
+++ b/oni-tui.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190225191924
+;; Version: 20190226021059
;; Package-Requires: (oni-ui)
;; This program is free software; you can redistribute it and/or modify
@@ -28,5 +28,7 @@
(load-theme 'wombat :no-confirm)
+;;;###autoload(require 'oni-tui)
+
(provide 'oni-tui)
;;; oni-tui.el ends here