mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(command-line): Setq inhibit-startup-message to nil.
This commit is contained in:
parent
e7683fffbf
commit
8a988f456d
1 changed files with 4 additions and 0 deletions
|
|
@ -245,6 +245,10 @@ this variable, if non-nil; 2. `~/.emacs'; 3. `default.el'.")
|
|||
(if site-run-file
|
||||
(load site-run-file t t))
|
||||
|
||||
;; Sites should not disable this. Only individuals should disable
|
||||
;; the startup message.
|
||||
(setq inhibit-startup-message nil)
|
||||
|
||||
;; Load that user's init file, or the default one, or none.
|
||||
(let ((debug-on-error init-file-debug)
|
||||
;; This function actually reads the init files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue