[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/26: gnu: Add emacs-helm-lsp.
From: |
guix-commits |
Subject: |
10/26: gnu: Add emacs-helm-lsp. |
Date: |
Thu, 19 Sep 2019 20:35:36 -0400 (EDT) |
leungbk pushed a commit to branch emacs-tests
in repository guix.
commit d93e36cfa520df857a8a2bfc533c3a3b6b3c8257
Author: Brian Leung <address@hidden>
Date: Tue Sep 10 04:44:25 2019 +0200
gnu: Add emacs-helm-lsp.
* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): New variable.
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3f7c019..6a7bd69 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16475,6 +16475,33 @@ like @code{company}, @code{flycheck}, and
@code{projectile}.")
and code peeking.")
(license license:gpl3+)))
+(define-public emacs-helm-lsp
+ (let ((commit "3a58ca4cfd94b9ab1e15e819d3b16ef568e8889b")
+ (revision "1"))
+ (package
+ (name "emacs-helm-lsp")
+ (version (git-version "0.1" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacs-lsp/helm-lsp.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0wh5zai3s17ss2q8wcdd6d87hv1h3nbyrxxs4js9cas8m6y2ssjv"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-helm" ,emacs-helm)
+ ("emacs-lsp-mode" ,emacs-lsp-mode)
+ ("emacs-dash" ,emacs-dash)))
+ (home-page "https://github.com/emacs-lsp/helm-lsp")
+ (synopsis "Convert keyboard macros to Emacs Lisp")
+ (description
+ "This package displays keyboard macros or latest interactive commands
+as Emacs Lisp.")
+ (license license:gpl3+))))
+
(define-public emacs-helm-notmuch
(package
(name "emacs-helm-notmuch")
- 02/26: gnu: emacs-org-super-agenda: Update to 1.1.1-2.f0ee7ed., (continued)
- 02/26: gnu: emacs-org-super-agenda: Update to 1.1.1-2.f0ee7ed., guix-commits, 2019/09/19
- 05/26: gnu: emacs-iedit: Update to 0.9.9.9-1.e2c100c., guix-commits, 2019/09/19
- 01/26: gnu: emacs-org-sidebar: Update to 0.1-2.b2a5a69., guix-commits, 2019/09/19
- 03/26: gnu: emacs-lispy: Include non-Elisp code., guix-commits, 2019/09/19
- 06/26: gnu: emacs-dante: Update to 1.5-2.a25ae9e., guix-commits, 2019/09/19
- 07/26: gnu: emacs-company-cabal: Include directory., guix-commits, 2019/09/19
- 11/26: gnu: emacs-isearch-prop: Update to 0-2.4a2765f., guix-commits, 2019/09/19
- 24/26: gnu: emacs-rjsx-mode: Update to 0.4-2.0e7fa6b., guix-commits, 2019/09/19
- 25/26: gnu: emacs-auto-yasnippet: Update to 0.3.0-2.642b0d9., guix-commits, 2019/09/19
- 23/26: gnu: emacs-prodigy-el: Update to 0.7.0-2.0a12eec., guix-commits, 2019/09/19
- 10/26: gnu: Add emacs-helm-lsp.,
guix-commits <=
- 08/26: gnu: Add emacs-compdef., guix-commits, 2019/09/19
- 15/26: gnu: emacs-unpackaged-el: Update to 0-2.c0d58cf., guix-commits, 2019/09/19
- 20/26: gnu: emacs-undo-propose-el: Update to 3.0.0-2.47b7df0., guix-commits, 2019/09/19
- 26/26: gnu: emacs-ts: Update to 0.1-2.395649a., guix-commits, 2019/09/19
- 04/26: gnu: emacs-lpy: Update to 0.1.0-2.dfd9a0f., guix-commits, 2019/09/19
- 09/26: gnu: Enable tests for emacs-evil-lion., guix-commits, 2019/09/19
- 12/26: gnu: emacs-isearch+: Update to 0-2.7c251b9., guix-commits, 2019/09/19
- 14/26: gnu: emacs-grep-context: Update to 0.1.0-1.5a4e3ef., guix-commits, 2019/09/19
- 13/26: gnu: emacs-info-plus: Update to 0-2.4a6b93c., guix-commits, 2019/09/19
- 17/26: gnu: emacs-github-review: Update to 0.1-2.a13a3b4., guix-commits, 2019/09/19