Browse Source

inhibit splash screen

master
Fr3deric 4 years ago
parent
commit
a253efd59a
  1. 2
      README.md
  2. 2
      init.el

2
README.md

@ -17,7 +17,7 @@ This is an attempt to learn about Emacs and its ecosystem by creating a custom c @@ -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

2
init.el

@ -62,6 +62,8 @@ @@ -62,6 +62,8 @@
(tool-bar-mode 0)
(scroll-bar-mode 0)
(setq inhibit-splash-screen t)
(require 'doom-modeline)
(doom-modeline-mode 1)

Loading…
Cancel
Save