Skip to content

twitchy-ears/zone-matrix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

zone-matrix

These files were taken from ober's zone-matrix repo but the original is available at Dylan Wen's dot-emacs repo specifically the dot-emacs/site-lisp/misc/zone directory.

I attempted to do a little tidy up, nothing major just to get it all neatly centered in one file, remove some of the use package stuff and advice. All the original work that actually means something is by Dylan Wen and ober.

You should be able to clone this into your emacs directory somewhere in the load-path and then use use-package on it. If your load-path needs setting then:

(add-to-list 'load-path (expand-file-name "~/.emacs.d/path/to/zone-matrix"))

Then you can load it with a regular use-package call, this example sets it as the only zone-program and also starts it after 60 seconds of idle time.

(use-package zone-matrix
  :config
  (setq zone-programs [zone-matrix])
  (zone-when-idle 60))

Then just calling M-x zone should give you a lovely matrix zone. Probably works better on darker background themes.

In case anything else needs bodging in future I added two hooks zmx-before-hook and zmx-after-hook so users can readily add their own little tweaks.

Original README

These files are take from Dylan Wen's dot-emacs repo at:

https://bitbucket.org/lisp/dot-emacs

He is the author of these files and I merely just packaged this up so that I could easily have access to it. zone-matrix

About

Attempt to fix up zone-matrix for being a bit simpler in structure and working on Emacs 29.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%