* Group configuration by package, and only then by language mode * Slim down all the languages
13 lines
334 B
EmacsLisp
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
|