added welcome message to emacs
This commit is contained in:
parent
fbde1349df
commit
95f6e1b85d
4
init.el
4
init.el
@ -9,6 +9,10 @@
|
|||||||
(when (version<= emacs-version "24")
|
(when (version<= emacs-version "24")
|
||||||
(error "This is made form Emacs >=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))
|
(defconst emacs-start-time (current-time))
|
||||||
(add-to-list 'load-path (concat user-emacs-directory "modules"))
|
(add-to-list 'load-path (concat user-emacs-directory "modules"))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user