Skip to content

Commit

Permalink
Add llama as a new magit dependency (#2968)
Browse files Browse the repository at this point in the history
Since
magit/magit@0a64982
llama is used in magit, this PR adds it and set it as a magit dependency
  • Loading branch information
pasja authored Feb 19, 2025
1 parent c5ab1b3 commit ec5cba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions recipes/llama.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(:name llama
:description "Compact syntax for short lambda"
:type github
:pkgname "tarsius/llama")
2 changes: 1 addition & 1 deletion recipes/magit.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:minimum-emacs-version "25.1"
;; Note: `git-commit' is shipped with `magit' code itself.
;; Note: `magit-section' is shipped with `magit' code itself.
:depends (dash transient with-editor compat)
:depends (dash transient with-editor compat llama)
:info "docs"
:load-path "lisp/"
:compile "lisp/"
Expand Down

0 comments on commit ec5cba8

Please sign in to comment.