aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gui.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-01-30 01:51:03 -0800
committerGravatar Tom Willemse2019-01-30 01:51:03 -0800
commit1d0527f6ccd339b28073fcf2c84a79280bc8eee3 (patch)
treebcb0be84f0fb95d6889d1659517484939b08e5c3 /oni-gui.el
parent8f57bc1bc4d69448d9a1040d92d7b4f00452afa9 (diff)
downloademacs-config-1d0527f6ccd339b28073fcf2c84a79280bc8eee3.tar.gz
emacs-config-1d0527f6ccd339b28073fcf2c84a79280bc8eee3.zip
Properly autoload packages
Diffstat (limited to 'oni-gui.el')
-rw-r--r--oni-gui.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-gui.el b/oni-gui.el
index 5613a1c..7b94230 100644
--- a/oni-gui.el
+++ b/oni-gui.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190124011713
+;; Version: 20190130014447
;; Package-Requires: (oni-ui)
;; This program is free software; you can redistribute it and/or modify
@@ -34,5 +34,7 @@
(load-theme 'yoshi :no-confirm)
+;;;###autoload(require 'oni-gui)
+
(provide 'oni-gui)
;;; oni-gui.el ends here