From: James Bunton Date: Wed, 27 Jul 2016 23:36:43 +0000 (+1000) Subject: message when init.el is finished X-Git-Url: https://code.delx.au/dotemacs/commitdiff_plain/944362296e2361554583dcc2b512af0534897820 message when init.el is finished --- diff --git a/init.el b/init.el index 8e1296b..ff9ce5f 100644 --- a/init.el +++ b/init.el @@ -18,3 +18,5 @@ (load-library "my-other-modes") (load-library "my-minor-modes") (load-library "my-file-modes") + +(message "Successfully loaded init.el")