From 95f6e1b85ddcf492cfe8fd3b7a66208ccb0dac5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 6 May 2019 22:57:12 -0500 Subject: [PATCH] added welcome message to emacs --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 5aef980..da950ef 100644 --- a/init.el +++ b/init.el @@ -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"))