Skip to content

Commit

Permalink
fix: update recipe for CI
Browse files Browse the repository at this point in the history
For some reason, this can't be found in CI? Easy enough to expand the recipe
  • Loading branch information
elken committed Jul 3, 2024
1 parent aa28837 commit c39cd56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.org
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,9 @@ This is literally the coolest package ever...
A simple package to add file icons in magit views.

#+begin_src elisp
(package! magit-file-icons :pin "0006e243b0e7aa005f6e8900b4b2e3a92c2d0532")
(package! magit-file-icons
:pin "0006e243b0e7aa005f6e8900b4b2e3a92c2d0532"
:recipe (:host github :repo "gekoke/magit-file-icons"))
#+end_src

#+begin_src emacs-lisp
Expand Down

0 comments on commit c39cd56

Please sign in to comment.