From 0bf686bdd62cb385af155721eb8222684d2881a1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Feb 2019 02:22:06 -0800 Subject: Automatically load oni-tui --- oni-tui.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'oni-tui.el') 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 ;; 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 -- cgit v1.2.3-54-g00ecf