guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: Revert "gnu: Add emacs-dumb-jump."


From: Oleg Pykhalov
Subject: 01/01: Revert "gnu: Add emacs-dumb-jump."
Date: Mon, 7 May 2018 12:30:25 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 8c58640d179a26a1a4cde3d8920bd928edb84d1c
Author: Oleg Pykhalov <address@hidden>
Date:   Mon May 7 19:27:08 2018 +0300

    Revert "gnu: Add emacs-dumb-jump."
    
    This package duplicates ‘emacs-dumb-jump’ package from
    d26727a143fab0dded1dbc848899270dbacd5dad.
    
    This reverts commit 89378bb87b5f8cb68fb51a9c19b8fbdc372c65fe.
---
 gnu/packages/emacs.scm | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 622915d..6b581b1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9583,35 +9583,6 @@ buffer with each of your todos.")
      "The Fantastic File Finder for Emacs.  Find files fast, using helm.")
     (license license:gpl3+)))
 
-(define-public emacs-dumb-jump
-  (package
-    (name "emacs-dumb-jump")
-    (version "0.5.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/jacktasia/dumb-jump/archive/";
-                           "v" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "07n0xjgpxjpf3vp9gxchkjpydyj0zm166930as0kwiwkhjlsirsf"))))
-    (build-system emacs-build-system)
-    (propagated-inputs
-     `(("emacs-f" ,emacs-f)
-       ("emacs-s" ,emacs-s)
-       ("emacs-dash" ,emacs-dash)
-       ("emacs-popup" ,emacs-popup)))
-    (home-page "https://github.com/jacktasia/dumb-jump";)
-    (synopsis "Jump to definition for multiple languages without 
configuration")
-    (description "Dumb Jump is an Emacs \"jump to definition\" package with
-support for multiple programming languages that favors \"just working\" over
-speed or accuracy.  This means minimal -- and ideally zero -- configuration
-with absolutely no stored indexes (TAGS) or persistent background processes.
-Dumb Jump performs best with The Silver Searcher `ag` or ripgrep `rg`
-installed.  Dumb Jump requires at least GNU Emacs 24.3. ")
-    (license license:gpl3+)))
-
 (define-public emacs-lice-el
   (let ((commit "4339929927c62bd636f89bb39ea999d18d269250"))
     (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]