summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-11-02 18:37:49 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-11-02 18:37:49 +0300
commit75196f8ecddcce4ab49f375b015a8cc013cc877c (patch)
treee4600a4912ea26850bcf2027eea0dcbfba291b72
parentguix: Add qemu-my. (diff)
downloadguix-wigust-75196f8ecddcce4ab49f375b015a8cc013cc877c.tar.gz
guix: Delete emacs-tramp-auto-auth.
* guix/wigust/packages/emacs.scm (emacs-tramp-auto-auth): Delete variable.
-rw-r--r--guix/wigust/packages/emacs.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/guix/wigust/packages/emacs.scm b/guix/wigust/packages/emacs.scm
index 20e3804..34c64bf 100644
--- a/guix/wigust/packages/emacs.scm
+++ b/guix/wigust/packages/emacs.scm
@@ -1416,28 +1416,6 @@ For AsciiDoc customization see
Magit and the rest of Emacs.")
(license license:gpl3+))))
-(define-public emacs-tramp-auto-auth
- (let ((commit "20216fca1f2f7c5d9beec8bda59e56c91ee07d41"))
- (package
- (name "emacs-tramp-auto-auth")
- (version (git-version "0.0.1" "1" commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.wugi.info/emacs/emacs-tramp-auto-auth.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1288crwhpwhxzq10pnviq80k9jh3waq375mljyqcwm9w15a9967f"))))
- (build-system emacs-build-system)
- (home-page "https://gitlab.wugi.info/emacs/emacs-tramp-auto-auth/")
- (synopsis "Feed TRAMP with passwords for paths matching regexps")
- (description "This library provides @code{tramp-auto-auth-mode}: a global
-minor mode whose purpose is to automatically feed TRAMP sub-processes with
-passwords for paths matching regexps.")
- (license license:gpl3+))))
-
(define-public emacs-apache-mode
(let ((commit "354f9302a8d805ac80d846adcd1cef10830b3d51"))
(package