https://github.com/myterminal/zone-tunnels
A zone program inspired from the old DOS game
https://github.com/myterminal/zone-tunnels
emacs zoning
Last synced: 11 months ago
JSON representation
A zone program inspired from the old DOS game
- Host: GitHub
- URL: https://github.com/myterminal/zone-tunnels
- Owner: myTerminal
- License: gpl-3.0
- Created: 2018-03-08T16:49:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T14:52:35.000Z (almost 4 years ago)
- Last Synced: 2025-03-06T23:27:12.755Z (over 1 year ago)
- Topics: emacs, zoning
- Language: Emacs Lisp
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zone-tunnels
[](https://marmalade-repo.org/packages/zone-tunnels)
[](https://www.gnu.org/licenses/gpl.html)
[](https://ko-fi.com/Y8Y5E5GL7)
A zone program inspired by the old DOS game

## 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)