dot/emacs, dot/xinitrc, el/dot-emacs.el: Flag for Emacs splash screen.
[profile] / el / dot-emacs.el
index 70d3b7a..a3bc6f3 100644 (file)
@@ -42,6 +42,11 @@ This may be at the expense of cool features.")
 (setq mdw-fast-startup
       (mdw-check-command-line-switch "--mdw-fast-startup"))
 
+(defvar mdw-splashy-startup nil
+  "Whether to show a splash screen and related frippery.")
+(setq mdw-splashy-startup
+      (mdw-check-command-line-switch "--mdw-splashy-startup"))
+
 ;;;--------------------------------------------------------------------------
 ;;; Some general utilities.