Skip to content

myTerminal/zone-tunnels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zone-tunnels

Marmalade
License
ko-fi

A zone program inspired by the old DOS game

Demo

Installation

Manual

Save the file zone-tunnels.el to disk and add the directory containing it to load-path using a command in your .emacs file like:

(add-to-list 'load-path "~/.emacs.d/")

The above line assumes that you've placed the file into the Emacs directory '.emacs.d'.

Start the package with:

(require 'zone-tunnels)

Marmalade

If you have Marmalade added as a repository to your Emacs, you can just install zone-tunnels with

M-x package-install zone-tunnels RET

Usage

Set zone-pgm-tunnels as one of the zone programs

(setq zone-programs
      [zone-pgm-tunnels])

and activate zoning by specifying a delay

(zone-when-idle 30)

Alternatively you can run zone-tunnels directly

(zone-tunnels)

About

A zone program inspired from the old DOS game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published