Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rougier/emacs-splash

An alternative splash screen for GNU Emacs
https://github.com/rougier/emacs-splash

emacs lisp splash-screen

Last synced: 3 months ago
JSON representation

An alternative splash screen for GNU Emacs

Awesome Lists containing this project

README

        

*An alternative splash screen for GNU Emacs*

[[./splash.png]]

*Features*

- No logo (not even in graphical mode)
- Vertical and horizontal scroll bars are hidden
- Modeline is hidden
- ==, =x=, =q=, ==, == or == kills the splash screen
- =C-h= shows the regular startup screen (=about-emacs=)
- Splash screen is automatically killed after 3 seconds
- With emacs-mac (Mituharu), splash screen is faded out after 3 seconds

*Usage*

#+begin_src lisp
(require 'splash-screen)
#+end_src

*Note* The splash screen is not shown if there are opened file buffers. For
example, if you start emacs with a filename on the command line,
the splash is not shown.