mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add emacs-tramp-auto-auth.
* gnu/packages/emacs-xyz.scm (emacs-tramp-auto-auth): New variable.
This commit is contained in:
parent
edf2ac99bd
commit
141bae73d6
1 changed files with 23 additions and 0 deletions
|
@ -18699,6 +18699,29 @@ (define-public emacs-counsel-tramp
|
|||
SSH servers.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-tramp-auto-auth
|
||||
(let ((commit "f15a12dfab651aff60f4a9d70f868030a12344ac"))
|
||||
(package
|
||||
(name "emacs-tramp-auto-auth")
|
||||
(version (git-version "20191027" "1" commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/oitofelix/tramp-auto-auth.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"09nkjgwppjfgv04q0gv468qihgx4y3p39lpwbd6vbh3wgbccas9k"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/oitofelix/tramp-auto-auth")
|
||||
(synopsis "TRAMP automatic authentication library")
|
||||
(description "This package provides @code{tramp-auto-auth-mode} Emacs
|
||||
global minor mode whose purpose is to automatically feed TRAMP sub-processes
|
||||
with passwords for paths matching regexps.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-eacl
|
||||
(package
|
||||
(name "emacs-eacl")
|
||||
|
|
Loading…
Reference in a new issue