Index of /project/Breccia/Emacs

[ICO]NameLast modifiedSizeDescription

[PAR]Parent Directory  -  
[   ]screen_shot.readme2023-02-15 22:38 334  
[png]screen_shot.png2023-02-15 22:30 48K 
[brc]notes.brec2024-03-27 21:18 2.9K 
[   ]LICENCE.txt2024-03-16 23:37 1.0K 
[-el]brec-mode.el2024-03-27 03:22 62K 
[   ]brec-mode-autoloads.readme2023-02-15 16:20 1.0K 
[-el]brec-mode-autoloads.el2023-04-06 03:24 918  

Breccia Mode for Emacs

This project implements an Emacs major mode (`brec-mode`) for editing Breccia, a lightweight markup language for point-form outlining and drafting.

Installation

You can install `brec-mode` from MELPA using a package manager, e.g. the built-in `package.el`. It should then activate for any `.brec` file you load.

Alternatively, see `brec-mode.el` for instructions on manual installation.

Customization

To see a list of customizeable faces, enter a `brec-mode` buffer (or otherwise load `brec-mode`) and type `M-x customize-group <RET> brec <RET>`. Alternatively, look through the `defface` definitions in `brec-mode.el`.

For reference, a working example of customization is available:

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