diff options
| author | 2019-02-26 02:22:06 -0800 | |
|---|---|---|
| committer | 2019-02-26 02:22:06 -0800 | |
| commit | 0bf686bdd62cb385af155721eb8222684d2881a1 (patch) | |
| tree | c62dec0e4aae36455f9f4c77488215ccc9e3e49d | |
| parent | 8596739704865da56a52fdd196feb2d0201f276b (diff) | |
| download | emacs-config-0bf686bdd62cb385af155721eb8222684d2881a1.tar.gz emacs-config-0bf686bdd62cb385af155721eb8222684d2881a1.zip | |
Automatically load oni-tui
| -rw-r--r-- | oni-tui.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
