Skip to content

Commit ec5cba8

Browse files
authored
Add llama as a new magit dependency (#2968)
Since magit/magit@0a64982 llama is used in magit, this PR adds it and set it as a magit dependency
1 parent c5ab1b3 commit ec5cba8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

recipes/llama.rcp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(:name llama
2+
:description "Compact syntax for short lambda"
3+
:type github
4+
:pkgname "tarsius/llama")

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)
10+
:depends (dash transient with-editor compat llama)
1111
:info "docs"
1212
:load-path "lisp/"
1313
:compile "lisp/"

0 commit comments

Comments
 (0)