]> git.siccegge.de Git - dotfiles/emacs.git/commitdiff
Remove noise from standard startup
authorChristoph Egger <christoph@christoph-egger.org>
Tue, 15 Mar 2016 17:42:57 +0000 (18:42 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Tue, 15 Mar 2016 17:43:20 +0000 (18:43 +0100)
config/general.el

index d7b5458974e4fb4284e5a7e2cdb6c9c7028f20f7..c8c406e43a8bab2dfa4b447a96d3d58e932af2f4 100644 (file)
@@ -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)