- Lines should stay below 80 characters like the old code and readme
- Make sure not to add trailing whitespace
- Add space between top-level forms (defun, defvar, defcustom, etc.)
- First line of docstrings should be a sentence ending with a period
- Format docstrings to wrap at 72 characters for readability
- Use the format
type: Messagewhere type is lowercase (feat, fix, docs, chore, etc.) - Capitalize the first word after the colon in the message
- Keep messages concise but descriptive
make package- Create a packagemake lint- Run lintingemacs -Q -batch -L . -l key-chord.el -f key-chord-mode- Simple test of loading
- Use semantic versioning: MAJOR.MINOR.PATCH
- Current version: 0.8.2