![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENCE.txt | 2022-04-23 02:03 | 1.0K | |
![]() | notepad.brec | 2021-10-27 07:39 | 492 | |
![]() | notepad.brec.xht | 2022-05-26 23:18 | 2.5K | |
![]() | waybrec-mode-autoloads.el | 2022-04-23 01:10 | 786 | |
![]() | waybrec-mode-autoloads.readme | 2021-01-23 05:43 | 1.0K | |
![]() | waybrec-mode.el | 2022-04-23 02:03 | 3.7K | |
This project implements an Emacs major mode (`waybrec-mode`) for editing Waybreccian text.
If you install this package using a package manager, then it takes one more step to complete the installation. Add the following to your initialization file.
(set 'auto-mode-alist (cons (cons "/waycast/.*\\.brec\\'" 'waybrec-mode) auto-mode-alist))
Ensure the regular expression above captures the path to your waysource files. Then `waybrec-mode` will activate on loading any of them into Emacs. And that completes the installation.
Manual installation, on the other hand, requires further steps. See `waybrec-mode.el` for instructions.
Copyright © 2019-2022 Michael Allan. The files for this project are released under an MIT licence.
* Includes branch `reluk.ca` which is liable to rebasing, and `master` which is not.