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)