emacs/config/splash.el
2017-10-29 21:13:11 +02:00

13 lines
334 B
EmacsLisp

;;; splash.el -- Splash screen
;;; Commentary:
;;; Code:
;; ================================== remove splash screen =====================
;; (setq inhibit-splash-screen t)
;; (setq initial-scratch-message
;; (concat ";;; Welcome to Emacs." "\n"
;; "Was there a problem?"))
(provide 'splash)
;;; splash.el ends here