added welcome message to emacs

This commit is contained in:
Jesús 2019-05-06 22:57:12 -05:00
parent fbde1349df
commit 95f6e1b85d
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -9,6 +9,10 @@
(when (version<= emacs-version "24")
(error "This is made form Emacs >=24"))
;;; Welcome message
(setq-default initial-scratch-message
(concat ";; Happy hacking, " user-login-name " - Emacs loves you!\n\n"))
(defconst emacs-start-time (current-time))
(add-to-list 'load-path (concat user-emacs-directory "modules"))