Skip to content

jdpage/groovy-splash.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

groovy-splash.el

A groovy little splash screen for Emacs.

You would probably rather be using emacs-dashboard instead; in a brighter future, this would be turned into some custom widgets for that. In the timeline we actually exist in, expect this to be gently maintained as it causes me problems.

Screenshot

Here's how I load it in my init:

  (use-package groovy-splash
    :straight (:host github :repo "jdpage/groovy-splash.el")
    :hook (after-init . groovy-splash-show)
    :custom
    (groovy-splash-segments '(groovy-splash-groovy-fill
                              groovy-splash-blank-line
                              groovy-splash-logo
                              groovy-splash-blank-line
                              groovy-splash-rule
                              groovy-splash-blank-line
                              groovy-splash-recentf
                              groovy-splash-blank-fill
                              groovy-splash-oracle
                              groovy-splash-blank-line)))

If groovy-splash-segments isn't customized, a badly-chosen set of defaults is used, which I may change at any time for any reason.

About

A groovy little splash screen for Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published