Download the
latest release,
move this file into your load-path
and add the following to your
init.el
file:
(require 'fountain-mode)
If for some reason you can’t or won’t use GitHub, the latest release is available at here.
If you wish to contribute to or alter Fountain Mode’s code, clone the repository into your load-path and require as above:
git clone https://github.com/rnkn/fountain-mode
The code repository is currently only available via GitHub.