Skip to content

Commit 242f1c5

Browse files
authored
Update helm.rcp to add dependency on wfnames (#2964)
1 parent 31b5f4b commit 242f1c5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

recipes/helm.rcp

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
:autoloads "helm-autoloads"
66
:build `(("make"
77
,(concat "ASYNC_ELPA_DIR=" (el-get-package-directory 'emacs-async))))
8-
:depends (emacs-async)
8+
:depends (emacs-async wfnames)
9+
:minimum-emacs-version "25.1"
910
:build/darwin `(("make"
1011
,(concat "ASYNC_ELPA_DIR=" (el-get-package-directory 'emacs-async))
1112
,(format "EMACS_COMMAND=%s" el-get-emacs)))

recipes/wfnames.rcp

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
(:name wfnames
2+
:type github
3+
:pkgname "thierryvolpiatto/wfnames"
4+
:minimum-emacs-version "24.4"
5+
:description "Edit filenames like Wdired")

0 commit comments

Comments
 (0)