A minimal splash screen. Centered image, tagline, nothing else.
(use-package cold-open
:vc (:url "https://github.com/isomatter-labs/cold-open" :rev :newest)
:ensure t
:init
(cold-open-setup))| Variable | Default | Description |
|---|---|---|
cold-open-image | ~/.emacs.d/img/emacs.png | Path to the splash image |
cold-open-tagline | A hackable text editor for the 21st Century! | Text below the image |
cold-open-buffer-name | *Welcome* | Name of the splash buffer |
(setq cold-open-image "~/img/logo.png")
(setq cold-open-tagline "welcome back")Press q to dismiss.
emacs -batch -l cold-open.el -l cold-open-test.el -f ert-run-tests-batch-and-exitGPL-3.0