1
0
Fork 0

Inhibit startup-screen in oni-ui

This commit is contained in:
Tom Willemse 2019-01-26 00:07:13 -08:00
parent b638db0716
commit 1d46ce1911

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 20190124011612 ;; Version: 20190126000155
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by ;; it under the terms of the GNU General Public License as published by
@ -29,5 +29,7 @@
(tool-bar-mode -1) (tool-bar-mode -1)
(scroll-bar-mode -1) (scroll-bar-mode -1)
(setq inhibit-startup-screen t)
(provide 'oni-ui) (provide 'oni-ui)
;;; oni-ui.el ends here ;;; oni-ui.el ends here