diff --git a/portacle-window.el b/portacle-window.el index 47a880e..be9ff05 100644 --- a/portacle-window.el +++ b/portacle-window.el @@ -7,7 +7,8 @@ (ensure-installed 'sublime-themes) -(setq inhibit-startup-screen t) +(setq inhibit-splash-screen t) +(setq inhibit-startup-message t) (setq pop-up-frame-function (lambda () (split-window-right))) (setq split-height-threshold 1400) (setq split-width-threshold 1500)