summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2022-11-16 20:22:47 -0600
committershoshin <shoshin@cicadas.surf>2022-11-16 20:22:47 -0600
commit1c26619c4fb218fe0cdd641e7b2a79d896b8df9f (patch)
treee5c02e652c63f7d14ec2362660b3a4b704961ef6
parent5debd49d6474d0f0ddd2003b282d157f6a1a5a37 (diff)
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?
-rw-r--r--.dir-locals.el4
-rw-r--r--annotations1
2 files changed, 5 insertions, 0 deletions
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