From d5880bfeb2a1590db26abb3a85d24d549f6d0823 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 22 Jan 2026 01:35:53 -0800 Subject: Update ‘emacs-indexed’ Its name changed from ‘emacs-indexed’ to ‘emacs-org-mem’. --- oni/packages/emacs.scm | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm index 02186bb..dbbfc05 100644 --- a/oni/packages/emacs.scm +++ b/oni/packages/emacs.scm @@ -842,28 +842,30 @@ https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.ht flycheck-phpstan) (flycheck-mode t)) (add-hook php-mode-hook my-php-mode-setup).") (license #f))) -(define-public emacs-indexed - (package - (name "emacs-indexed") - (version "20250327.1025") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/meedstrom/indexed.git") - (commit "1a0a8e2776cdc861ffbe9b49f99d5aac70c7d89a"))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p1vpv2jjym107fc0xj3iiqqnxijd7n57kx3z9z7w1pahg346w4l")))) - (build-system emacs-build-system) - (propagated-inputs (list emacs-el-job emacs-emacsql emacs-llama)) - (home-page "https://github.com/meedstrom/org-node") - (synopsis "Cache metadata on all Org files") - (description - "An efficient cache of metadata about all your Org files. Builds fast. Provides +(define-public emacs-org-mem + (let ((commit "0a33650ccb79c9bd49d7598fbb8f09beb2153350") + (revision "0")) + (package + (name "emacs-org-mem") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/meedstrom/indexed.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0jrisa0w6khiv2mndhyrr0yjsg191yix4gpj2g57nvp80l3xbnbl")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-el-job emacs-emacsql emacs-llama)) + (home-page "https://github.com/meedstrom/org-node") + (synopsis "Cache metadata on all Org files") + (description + "An efficient cache of metadata about all your Org files. Builds fast. Provides two APIs: - regular elisp accessors such as `indexed-olpath', `indexed-pos etc - an in-memory SQLite database that mimics the org-roam database.") - (license #f))) + (license license:gpl3+)))) (define-public emacs-phps-mode (package -- cgit v1.3-2-g0d8e