diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2025-06-21 11:19:41 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2025-06-21 11:19:41 +0900 |
commit | 34556ae887e65552870c3048979703841388f503 (patch) | |
tree | b85e55800187740a34fff7008d13377329948a76 | |
parent | d7da981bbbe9405136662e481338c93bbf16c633 (diff) |
Remove emacs-cfrs
-rw-r--r-- | tojo-tokyo/packages/emacs-xyz.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tojo-tokyo/packages/emacs-xyz.scm b/tojo-tokyo/packages/emacs-xyz.scm index b5fc356..82579cc 100644 --- a/tojo-tokyo/packages/emacs-xyz.scm +++ b/tojo-tokyo/packages/emacs-xyz.scm @@ -47,26 +47,3 @@ which is a standard ACL2 execution environment. Must run acl2 with *shell* before using it.") (license license:gpl3+))) - -(define-public emacs-cfrs - (let ((commit "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121") - (revision "0")) - (package - (name "emacs-cfrs") - (version (git-version "1.6.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Alexander-Miller/cfrs.git") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vf5zm82sx3m1yvq73km8ajapv6rnz41b1jrsif7kh0ijh9vk3qi")))) - (build-system emacs-build-system) - (propagated-inputs (list emacs-s emacs-dash emacs-posframe)) - (home-page "https://github.com/Alexander-Miller/cfrs") - (synopsis "Cild Frame Read String") - (description - "cfrs.el is a simple alternative to read-string that allows reading input via a small child-frame spawned at the position of the cursor.") - (license license:gpl3+)))) |