feat(emacs-pkgs/notable): Begin implementation by adding note-taking

I'm writing a note taking system because I don't like any of the
existing ones.

This adds a note-taking function which prompts the user for note
content and persists it in a user-configurable directory.

Next steps are roughly:

* listing notes
* editing notes
* archiving notes

At which point I would consider this functional. The idea is to keep
adding incremental improvements that fit my workflows after that, and
if it ends up being useful for anyone else - great.

Change-Id: I7ae0eb4015511ebdbaeff92d8d32502726eb57c4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1981
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Vincent Ambo 2020-09-15 14:04:33 +01:00 committed by tazjin
parent 96dbf4d686
commit 6b16e5c1ef
3 changed files with 124 additions and 0 deletions

View file

@ -0,0 +1,2 @@
owners:
- tazjin