diff options
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 2573d0790ea..74101a2bea3 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -781,6 +781,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (custom-reevaluate-setting 'file-name-shadow-mode) (custom-reevaluate-setting 'send-mail-function) (custom-reevaluate-setting 'focus-follows-mouse) + (custom-reevaluate-setting 'global-auto-composition-mode) ;; Register default TTY colors for the case the terminal hasn't a ;; terminal init file. @@ -1265,6 +1266,9 @@ where FACE is a valid face specification, as it can be used with 'keymap map))) (insert "\n")))) (fancy-splash-insert + :face '(variable-pitch :background "red") + "\n!! This version is ALPHA status. It may lose your data!!\n\n") + (fancy-splash-insert :face '(variable-pitch :foreground "red") (if (eq system-type 'gnu/linux) "GNU Emacs is one component of the GNU/Linux operating system." |