Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 564 Bytes

mxtodo

An Emacs package for managing TODOs spread across Markdown notes.

Build

Dependencies

To develop on mxtodo, you'll want to have eldev installed locally. Additionally, building the mxtodo-searcher dynamic module requires a working Rust development environment.

Running tests

eldev -p -dtT -C test --expect 5
eldev -dtT -C compile --set all --warnings-as-errors