From 1c26619c4fb218fe0cdd641e7b2a79d896b8df9f Mon Sep 17 00:00:00 2001 From: shoshin Date: Wed, 16 Nov 2022 20:22:47 -0600 Subject: Add: annotate-mode dir-locals & db file if you install annotate and activate annotate-mode, this will read the annotations file also committed here. the .dir-locals file sets the dynamic variable so annotate-mode knows what to write to. possibly we would want to maintain separate annotation files and use annotate-switch-db in order to read them in. could be used for code review maybe? --- .dir-locals.el | 4 ++++ annotations | 1 + 2 files changed, 5 insertions(+) create mode 100644 .dir-locals.el create mode 100644 annotations diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..dff368c --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((annotate-mode . ((annotate-file . "annotations")))) diff --git a/annotations b/annotations new file mode 100644 index 0000000..b550abf --- /dev/null +++ b/annotations @@ -0,0 +1 @@ +(("~/projects/coorgi-client-main/coorgi-client.org" ((756 757 "WDYT about keeping these at the bottom of the doc? i guess depends on how the literate goes - g" "*")) "55c44759fea5e9787f95db1f0ce96f15")) \ No newline at end of file -- cgit v1.2.3