diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-04-07 17:16:05 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-04-07 17:16:05 -0400 |
commit | 41e4bce247ad81945aa92b6fd66b1a6d107988aa (patch) | |
tree | 0aa6c2938034c43f3dcf34754381553a2b6b753a | |
parent | 5c283f920cca7421737c57e85ce3c9a645c7f2b1 (diff) |
Move code to lisp/ subdirectory
-rw-r--r-- | CHANGES.org | 4 | ||||
-rw-r--r-- | lisp/seam-export.el (renamed from seam-export.el) | 0 | ||||
-rw-r--r-- | lisp/seam-html.el (renamed from seam-html.el) | 0 | ||||
-rw-r--r-- | lisp/seam-test.el (renamed from seam-test.el) | 0 | ||||
-rw-r--r-- | lisp/seam.el (renamed from seam.el) | 0 |
5 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.org b/CHANGES.org index 0bf7447..55e1708 100644 --- 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 index 7fa6c2d..7fa6c2d 100644 --- a/seam-export.el +++ b/lisp/seam-export.el diff --git a/seam-html.el b/lisp/seam-html.el index 018e56f..018e56f 100644 --- a/seam-html.el +++ b/lisp/seam-html.el diff --git a/seam-test.el b/lisp/seam-test.el index e7658dd..e7658dd 100644 --- a/seam-test.el +++ b/lisp/seam-test.el |