Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rougier/emacs-splash
- Owner: rougier
- License: other
- Created: 2020-09-19T11:27:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T08:47:53.000Z (about 4 years ago)
- Last Synced: 2024-05-02T01:12:38.748Z (6 months ago)
- Topics: emacs, lisp, splash-screen
- Language: Emacs Lisp
- Homepage:
- Size: 130 KB
- Stars: 61
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.txt
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.