summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2017-09-29 18:25:44 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2017-09-29 18:25:44 +0300
commit15eb45442b88e5c57d110ccc404a24104a8d3b2d (patch)
treece878fce0e076c2463d3673987a30bc2b8d5a39e
parentwigust: Add emacs-irfc. (diff)
downloadguix-wigust-15eb45442b88e5c57d110ccc404a24104a8d3b2d.tar.gz
wigust: emacs-sr-speedbar: Merge to upstream.
* wigust/packages/emacs.scm (emacs-sr-speedbar): Remove variable.
-rw-r--r--wigust/packages/emacs.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm
index da88304..5d25977 100644
--- a/wigust/packages/emacs.scm
+++ b/wigust/packages/emacs.scm
@@ -907,25 +907,6 @@ Also have the following, more convenient key bindings for company mode in my
(description "Sourcemap parser")
(license license:gpl3+)))
-(define-public emacs-sr-speedbar
- (package
- (name "emacs-sr-speedbar")
- (version "20161025")
- (source
- (origin
- (method url-fetch)
- (uri "https://www.emacswiki.org/emacs/download/sr-speedbar.el")
- (file-name (string-append "sr-speedbar-" version ".el"))
- (sha256
- (base32
- "15kvl270a5xx1w5fjlrawslnpwyks2x17356xcr0idhv5xw2wn30"))))
- (build-system emacs-build-system)
- (home-page "https://www.emacswiki.org/emacs/download/sr-speedbar.el")
- (synopsis "Same frame Emacs @code{speedbar}")
- (description "Show the speedbar in the same Emacs frame or in an extra
-window. Customize the inital width of the speedbar.")
- (license license:gpl3+)))
-
(define-public emacs-stickyfunc-enhance
(let ((commit "13bdba51fcd83ccbc3267959d23afc94d458dcb0")
(revision "1"))