commit 41e4bce247ad81945aa92b6fd66b1a6d107988aa
parent 5c283f920cca7421737c57e85ce3c9a645c7f2b1
Author: Spencer Williams <spnw@plexwave.org>
Date: Mon, 7 Apr 2025 17:16:05 -0400
Move code to lisp/ subdirectory
Diffstat:
5 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/CHANGES.org b/CHANGES.org
@@ -1,6 +1,10 @@
** Changes since 0.1.0
*** Breaking changes
+- Code has been moved to =lisp/= subdirectory, where it should have
+ been all along. Make sure to add =seam/lisp= to your =load-path=
+ instead of just =seam=.
+
**** Renamed functions
- =seam-replace-string-in-notes= is now =seam-replace-string-in-all-notes=.
- =seam-visited-files= is now =seam-visited-notes=.
diff --git a/seam-export.el b/lisp/seam-export.el
diff --git a/seam-html.el b/lisp/seam-html.el
diff --git a/seam-test.el b/lisp/seam-test.el
diff --git a/seam.el b/lisp/seam.el