mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-casual-dired.
* gnu/packages/emacs-xyz.scm (emacs-casual-dired): New variable. Change-Id: I5208b1699baa94a610d27d2d04d5f54015d9905d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
10d8bbdabb
commit
b8bbc186f0
1 changed files with 27 additions and 0 deletions
|
@ -139,6 +139,7 @@
|
|||
;;; Copyright © 2024 Suhail Singh <suhail@bayesians.ca>
|
||||
;;; Copyright © 2024 dan <i@dan.games>
|
||||
;;; Copyright © 2024 Ilya Chernyshov <ichernyshovvv@gmail.com>
|
||||
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -32844,6 +32845,32 @@ You might want to use this to globally set dir-local variables that apply to
|
|||
all of your projects, then override or add variables on a per-project basis.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-casual-dired
|
||||
(package
|
||||
(name "emacs-casual-dired")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/kickingvegas/casual-dired")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07dn2nfjvg348qy7kfn1kywclw9g71x8j85ilwz26pp9hv64qhmc"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'chdir
|
||||
(lambda _ (chdir "lisp"))))))
|
||||
(home-page "https://github.com/kickingvegas/casual-dired")
|
||||
(synopsis "Transient-based porcelain for dired")
|
||||
(description
|
||||
"Casual Dired is an opinionated Transient-based porcelain for Emacs Dired.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-calibredb
|
||||
(package
|
||||
(name "emacs-calibredb")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue