From a253efd59abd56d81f19a246fac956e9af818357 Mon Sep 17 00:00:00 2001 From: Fr3deric Date: Tue, 10 Mar 2020 23:57:16 +0100 Subject: [PATCH] inhibit splash screen --- README.md | 2 +- init.el | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 322b184..a3c4c30 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is an attempt to learn about Emacs and its ecosystem by creating a custom c * configure custom (?) menus (with leader key) for things: * toggle features (fci, whitespace-mode, ...) * make `C-x` (and others) accessible via `SPC x` - * disable welcome buffer (or put something funnt there) + * ~~disable~~ welcome buffer (~~or~~ put something funny there) * themed right-click menus * update diff-hl after committing things with magit * enable which-key completions and ido in dired-mode diff --git a/init.el b/init.el index 2333ebc..15a8b85 100644 --- a/init.el +++ b/init.el @@ -62,6 +62,8 @@ (tool-bar-mode 0) (scroll-bar-mode 0) +(setq inhibit-splash-screen t) + (require 'doom-modeline) (doom-modeline-mode 1)