Skip to content

Commit

Permalink
Inhibit the splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Feb 10, 2019
1 parent 389e3cd commit ffb17e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion portacle-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ffb17e2

Please sign in to comment.