Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.1 KB

File metadata and controls

39 lines (28 loc) · 1.1 KB

cold-open

A minimal splash screen. Centered image, tagline, nothing else.

Installation

(use-package cold-open
  :vc (:url "https://github.com/isomatter-labs/cold-open" :rev :newest)
  :ensure t
  :init
  (cold-open-setup))

Configuration

VariableDefaultDescription
cold-open-image~/.emacs.d/img/emacs.pngPath to the splash image
cold-open-taglineA 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.

Tests

emacs -batch -l cold-open.el -l cold-open-test.el -f ert-run-tests-batch-and-exit

License

GPL-3.0