Skip to content

Commit d3815eb

Browse files
authored
Add cond-let as a new magit dependency (#2973)
Since magit/magit@614942c cond-let is used in magit, this PR adds it and set it as a magit dependency
1 parent 8d3edab commit d3815eb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

recipes/cond-let.rcp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(:name cond-let
2+
:description "Additional and improved binding conditionals"
3+
:type github
4+
:pkgname "tarsius/cond-let")

recipes/magit.rcp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:minimum-emacs-version "25.1"
88
;; Note: `git-commit' is shipped with `magit' code itself.
99
;; Note: `magit-section' is shipped with `magit' code itself.
10-
:depends (dash transient with-editor compat llama)
10+
:depends (dash transient with-editor compat llama cond-let)
1111
:info "docs"
1212
:load-path "lisp/"
1313
:compile "lisp/"

0 commit comments

Comments
 (0)