emacs/old/config/splash.el
Maciej Szlosarczyk 1a911716c0
Create new, a little bit better structured configuration
* Group configuration by package, and only then by language mode
* Slim down all the languages
2018-09-09 00:31:51 +03: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