;;; 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