Index of /project/wayic/Waybrec/Emacs

[ICO]NameLast modifiedSizeDescription

[PAR]Parent Directory  -  
[brc]working_notes.brec2023-03-22 10:14 383  
[-el]waybrec-mode-autoloads.el2024-04-17 10:31 1.0K 
[   ]waybrec-mode-autoloads.readme2023-02-15 16:20 1.0K 
[   ]LICENCE.txt2024-04-17 10:41 1.1K 
[-el]waybrec-mode.el2024-04-17 10:41 3.9K 

Waybrec Mode for Emacs

This project implements Waybrec Mode, an Emacs major mode for editing Waybrec.

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 "/way/.*\\.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.

Copying

Copyright © 2019-2022, 2024 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.