From: Christoph Egger Date: Tue, 15 Mar 2016 17:42:57 +0000 (+0100) Subject: Remove noise from standard startup X-Git-Url: https://git.siccegge.de//index.cgi?p=dotfiles%2Femacs.git;a=commitdiff_plain;h=cfbdae8597ae3234d68a584a95b4147fd1fa381b Remove noise from standard startup --- diff --git a/config/general.el b/config/general.el index d7b5458..c8c406e 100644 --- a/config/general.el +++ b/config/general.el @@ -1,5 +1,8 @@ (message "General emacs setup") +(tool-bar-mode -1) +(setq inhibit-startup-message t) + ;; Indentation (setq tab-width 4) (setq-default tab-width 4)