From 55a5f04cbc62cec7a3eb067bc83b76a345982c8f Mon Sep 17 00:00:00 2001 From: kj Date: Wed, 6 Apr 2022 23:29:52 -0400 Subject: [PATCH] Remove emacs starup message. --- configs/base.el | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/base.el b/configs/base.el index 201d37e..768cd2d 100644 --- a/configs/base.el +++ b/configs/base.el @@ -77,6 +77,7 @@ cursor-type 'bar ; Usar la barrita como cursor cursor-in-non-selected-windows nil ; Desaparecer el cursor en frames no activos. indent-tabs-mode nil ; Cambiar tabs por espacios. + inhibit-startup-message t ; Eliminar el mensaje de inicio. ) (setq custom-file (concat private-dir "/.custom.el") ; Cabiar la ruta del código que se genera al isntalar un theme o package