mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: Add emacs-syncthing.
* gnu/packages/emacs-xyz.scm (emacs-syncthing): New variable. Change-Id: I357c59c35b818c9e1e74b191afa6b500d833845a
This commit is contained in:
parent
c84ba4f164
commit
c8623b1f11
1 changed files with 21 additions and 0 deletions
|
@ -846,6 +846,27 @@ a generic Scheme interaction mode for the GNU Emacs editor.")
|
|||
"This package adds support for using Chez Scheme in Emacs with Geiser.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public emacs-syncthing
|
||||
(package
|
||||
(name "emacs-syncthing")
|
||||
(version "3.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/KeyWeeUsr/emacs-syncthing.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1q755rcmlmpz9zb1i3ic3a3svyqwavncnfzmx0bsg6229qg06d0l"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/KeyWeeUsr/emacs-syncthing")
|
||||
(synopsis "Emacs client for Syncthing")
|
||||
(description
|
||||
"Emacs-Syncthing is a client for the Syncthing file synchronization tool
|
||||
which provides an Emacs interface to replace the built-in web UI.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-vc-hgcmd
|
||||
(package
|
||||
(name "emacs-vc-hgcmd")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue