me
/
guix
Archived
1
0
Fork 0

gnu: Add emacs-pacfiles-mode.

* gnu/packages/emacs-xyz.scm (emacs-pacfiles-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I3ddb9ba2beff5466dc235915da18365f1fd389c2
Cayetano Santos 2023-10-14 10:59:17 +02:00 committed by Ludovic Courtès
parent 6fd589898c
commit f3714b3d5f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 21 additions and 0 deletions

View File

@ -1730,6 +1730,27 @@ leveraging built-in functionality.")
purpose finder.")
(license license:gpl3+))))
(define-public emacs-pacfiles-mode
(package
(name "emacs-pacfiles-mode")
(version "1.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/UndeadKernel/pacfiles-mode")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1d61s846r9ncmyx97f44r8i3p1ikgi4bab8k7xk868lja96y2ij7"))))
(build-system emacs-build-system)
(home-page "https://github.com/UndeadKernel/pacfiles-mode")
(synopsis "ArchLinux's pacnew and pacsave merging tool")
(description
"This Emacs major mode helps manage @file{.pacnew} and @file{.pacsave}
files left by ArchLinux's pacman.")
(license license:expat)))
(define-public emacs-minions
(package
(name "emacs-minions")