Skip to content

isomatter-labs/cold-open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A splashscreen package that's as blunt as possible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors