mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: Add emacs-fd.
* gnu/packages/emacs-xyz.scm (emacs-fd): New variable.
This commit is contained in:
parent
dffc82fa55
commit
ff814b8f23
1 changed files with 20 additions and 0 deletions
|
@ -3253,6 +3253,26 @@ column by drawing a thin line down the length of the editing window.")
|
||||||
"This Emacs package allows managing multiple grep buffers.")
|
"This Emacs package allows managing multiple grep buffers.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-fd
|
||||||
|
(package
|
||||||
|
(name "emacs-fd")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/yqrashawn/fd-dired.git")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1fas0fpvym2lyzybwm44gly9jz6a2fpp72yxnwfbqqjkfgk9910y"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/yqrashawn/fd-dired")
|
||||||
|
(synopsis "Dired-mode interface for fd result")
|
||||||
|
(description "This package provides a dired-mode interface for fd's
|
||||||
|
result.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-rg
|
(define-public emacs-rg
|
||||||
(package
|
(package
|
||||||
(name "emacs-rg")
|
(name "emacs-rg")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue