unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [Patch] emacs-helm
@ 2016-05-31 15:42 Matthew Jordan
  0 siblings, 0 replies; only message in thread
From: Matthew Jordan @ 2016-05-31 15:42 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Patch to add emacs-helm. --]
[-- Type: text/x-patch, Size: 2649 bytes --]

From f88cd7b566f327bd9e2166494916e2a678ef54df Mon Sep 17 00:00:00 2001
From: Matthew Jordan <matthewjordandevops@yandex.com>
Date: Wed, 18 May 2016 17:39:45 -0400
Subject: [PATCH] gnu: Add emacs-helm

* gnu/packages/emacs.scm: Modified file.
---
 gnu/packages/emacs.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5d6db5a..f39d361 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
 ;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2016 humanitiesNerd <catonano@gmail.com>
+;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -38,6 +39,7 @@
   #:use-module (guix build-system glib-or-gtk)
   #:use-module (guix build-system trivial)
   #:use-module (gnu packages)
+  #:use-module (gnu packages version-control)
   #:use-module (gnu packages guile)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages gnome)
@@ -1706,3 +1708,31 @@ It is recommended to use @code{clojure-mode} with paredit or smartparens.")
 The purpose of this library is to wrap all the quirks and hassle of
 @code{package.el} into a sane API.")
     (license license:gpl3+)))
+
+(define-public emacs-helm
+  (package
+    (name "emacs-helm")
+    (version "1.9.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/" name "/helm/archive/v"
+                    version ".tar.gz"))
+              (sha256
+               (base32 "1fjgmjxjwqp55gh4z9jxh28gzbdixkdkg9869dn3c4g8qzy2hg35"))))
+    (inputs `(("git" ,git)))
+    (propagated-inputs
+     `(("dash" ,emacs-dash)
+       ("texinfo" ,texinfo)))
+    (build-system emacs-build-system)
+    (home-page "https://emacs-helm.github.io/helm/")
+    (synopsis "Helm is incremental completion and selection narrowing
+framework for Emacs.")
+    (description "Helm is incremental completion and selection narrowing
+framework for Emacs. It will help steer you in the right direction when you're
+looking for stuff in Emacs (like buffers, files, etc).  Helm is a fork of
+anything.el originally written by Tamas Patrovic and can be considered to be
+its successor. Helm sets out to clean up the legacy code in anything.el and
+provide a cleaner, leaner and more modular tool, that's not tied in the trap
+of backward compatibility.")
+    (license license:gpl3+)))
-- 
2.8.3


[-- Attachment #2: Type: text/plain, Size: 37 bytes --]


--
Matthew Jordan
Sent with my mu4e

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-31 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-31 15:42 [Patch] emacs-helm Matthew Jordan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).