[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/35: gnu: Add emacs-add-node-modules-path.
From: |
guix-commits |
Subject: |
23/35: gnu: Add emacs-add-node-modules-path. |
Date: |
Sun, 14 Apr 2019 11:42:27 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit fba587b1adeeec004cc62402e56799bbe16eec48
Author: Brian Leung <address@hidden>
Date: Sat Apr 13 01:11:09 2019 +0200
gnu: Add emacs-add-node-modules-path.
* gnu/packages/emacs-xyz.scm (emacs-add-node-modules-path): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 99270e4..f56dfd7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14783,6 +14783,31 @@ files, and sends rendered Markdown to a web browser.")
files.")
(license license:gpl3+)))
+(define-public emacs-add-node-modules-path
+ (let ((commit "f31e69ccb681f882aebb806ce6e9478e3ac39708")
+ (version "1.2.0")
+ (revision "10"))
+ (package
+ (name "emacs-add-node-modules-path")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/codesuki/add-node-modules-path")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0p106bqmvdr8by5iv02bshm339qbrjcch2d15mrm4h3nav03v306"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/codesuki/add-node-modules-path")
+ (synopsis "Add @file{node_modules} to the buffer-local @file{exec-path}")
+ (description "This package searches the parent directories of the
+current file for the project's @file{node_modules/.bin/} directory, allowing
+Emacs to find project-specific installations of packages.")
+ (license license:expat))))
+
(define-public emacs-semantic-refactor
;; The last release, 0.5, was made on 2015-07-26 and there have been 47
;; commits since then.
- 15/35: gnu: Add emacs-vdiff-magit., (continued)
- 15/35: gnu: Add emacs-vdiff-magit., guix-commits, 2019/04/14
- 25/35: gnu: Add emacs-rjsx-mode., guix-commits, 2019/04/14
- 26/35: gnu: Add emacs-origami-el., guix-commits, 2019/04/14
- 19/35: gnu: Add emacs-prodigy-el., guix-commits, 2019/04/14
- 34/35: gnu: Add emacs-counsel-tramp., guix-commits, 2019/04/14
- 33/35: gnu: Add emacs-eval-sexp-fu-el., guix-commits, 2019/04/14
- 20/35: gnu: Add emacs-web-server., guix-commits, 2019/04/14
- 29/35: gnu: Add emacs-helm-dash., guix-commits, 2019/04/14
- 21/35: gnu: Add emacs-markdown-preview-mode., guix-commits, 2019/04/14
- 17/35: gnu: Add emacs-exwm-edit., guix-commits, 2019/04/14
- 23/35: gnu: Add emacs-add-node-modules-path.,
guix-commits <=
- 28/35: gnu: Add emacs-counsel-etags., guix-commits, 2019/04/14
- 32/35: gnu: Add emacs-info-plus., guix-commits, 2019/04/14
- 31/35: gnu: Add emacs-el-patch., guix-commits, 2019/04/14
- 30/35: gnu: Add emacs-counsel-dash., guix-commits, 2019/04/14