1
0
Fork 0

Automatically load oni-tui

This commit is contained in:
Tom Willemse 2019-02-26 02:22:06 -08:00
parent 8596739704
commit 0bf686bdd6

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 20190225191924 ;; Version: 20190226021059
;; Package-Requires: (oni-ui) ;; Package-Requires: (oni-ui)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -28,5 +28,7 @@
(load-theme 'wombat :no-confirm) (load-theme 'wombat :no-confirm)
;;;###autoload(require 'oni-tui)
(provide 'oni-tui) (provide 'oni-tui)
;;; oni-tui.el ends here ;;; oni-tui.el ends here