Skip to content

Commit 63f047f

Browse files
authored
fix: s.el dependency is not specified
1 parent d8bd55d commit 63f047f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

add-node-modules-path.el

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
;; Author: Neri Marschik <[email protected]>
88
;; Version: 1.0
9-
;; Package-Requires: ()
9+
;; Package-Requires: ((s "1.12.0"))
1010
;; Keywords: javascript, node, node_modules, eslint
1111
;; URL: https://github.com/codesuki/add-node-modules-path
1212

@@ -30,6 +30,8 @@
3030

3131
;;; Code:
3232

33+
(require 's)
34+
3335
(defgroup add-node-modules-path nil
3436
"Put node_modules binaries into `exec-path'."
3537
:prefix "add-node-modules-path-"

0 commit comments

Comments
 (0)