Skip to content

Commit

Permalink
Update helm.rcp to add dependency on wfnames
Browse files Browse the repository at this point in the history
  • Loading branch information
vedang committed Nov 14, 2024
1 parent 847901f commit ac1eb88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/helm.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
:autoloads "helm-autoloads"
:build `(("make"
,(concat "ASYNC_ELPA_DIR=" (el-get-package-directory 'emacs-async))))
:depends (emacs-async)
:depends (emacs-async wfnames)
:minimum-emacs-version "25.1"
:build/darwin `(("make"
,(concat "ASYNC_ELPA_DIR=" (el-get-package-directory 'emacs-async))
,(format "EMACS_COMMAND=%s" el-get-emacs)))
Expand Down
5 changes: 5 additions & 0 deletions recipes/wfnames.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(:name wfnames
:type github
:pkgname "thierryvolpiatto/wfnames"
:minimum-emacs-version "24.4"
:description "Edit filenames like Wdired")

0 comments on commit ac1eb88

Please sign in to comment.