emacs.d/init.el: Skip startup screen
Just land in the scratch buffer on startup.
1 files changed, 1 insertions(+), 0 deletions(-)

M emacs.d/init.el
M emacs.d/init.el +1 -0
@@ 17,6 17,7 @@ 
  )
 
 (load-theme 'atom-one-dark t)
+(setq inhibit-startup-screen t)
 
 ;; Copy in variables like $PATH from shell
 ;; https://github.com/purcell/exec-path-from-shell