Skip to content

purcell/random-splash-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-splash-image

It randomizes Emacs's splash image on startup screen(GNU Emacs buffer).

Other Languare Manual:

Screenshots

screenshot 1 screenshot 2

How to use (config)

Make directory for your favorite pictures, and copy pictures to there.

mkdir $HOME/.emacs.d/splash-images
cp $HOME/Pictures/my_no001_picture.png $HOME/.emacs.d/splash-images
cp $HOME/Pictures/my_no{002-100}_picture.png $HOME/.emacs.d/splash-images

Then, write below to your init.el:

(require 'random-splash-image)
(setq random-splash-image-dir (concat (getenv "HOME") "/.emacs.d/splash-images"))
(random-splash-image-set)

How to use(others)

If you want to open GNU Emacs buffer again, but with other picture, then kill GNU Emacs buffer and execute below command.

M-x random-splash-image-reopen-screen

FAQ

  • Q. My pictures doesn't appear! / GNU Emacs buffer disappeared after installation!
    • A. If used incorrectly, startup buffer might disappear. Try them:
      • Is random-splash-image-dir variable valid? Check by M-x describe-variable.
      • Can your picture opened by emacs? Try to open directly.

TODO

  • Packaging
  • Over-Network splash image(really need?)

About

It randomizes Emacs's splash image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%