Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.01 KB

_template.org

File metadata and controls

33 lines (24 loc) · 1.01 KB

<title>

<description>

This file is written in literate programming style, to make it easy to explain. See spinners.elv for the generated file.

Table of Contents

Usage

Install the elvish-modules package using epm (you can put these statements in your rc.elv file as well, to automatically install the package upon startup if needed):

use epm
epm:install &silent-if-installed github.com/zzamboni/elvish-modules

In your rc.elv, load this module:

use github.com/zzamboni/elvish-modules/<module>

Implementation