We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b5f4b commit 242f1c5Copy full SHA for 242f1c5
recipes/helm.rcp
@@ -5,7 +5,8 @@
5
:autoloads "helm-autoloads"
6
:build `(("make"
7
,(concat "ASYNC_ELPA_DIR=" (el-get-package-directory 'emacs-async))))
8
- :depends (emacs-async)
+ :depends (emacs-async wfnames)
9
+ :minimum-emacs-version "25.1"
10
:build/darwin `(("make"
11
,(concat "ASYNC_ELPA_DIR=" (el-get-package-directory 'emacs-async))
12
,(format "EMACS_COMMAND=%s" el-get-emacs)))
recipes/wfnames.rcp
@@ -0,0 +1,5 @@
1
+(:name wfnames
2
+ :type github
3
+ :pkgname "thierryvolpiatto/wfnames"
4
+ :minimum-emacs-version "24.4"
+ :description "Edit filenames like Wdired")
0 commit comments