Skip to content

Commit 6bcaf1a

Browse files
committedMar 21, 2019
Fix recipes
1 parent 8157a0b commit 6bcaf1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ First, you must install [Pywal](https://github.com/dylanaraps/pywal) as a depend
4242
:fetcher github
4343
:repo "jcaw/theme-magic.el"
4444
;; You have to explicitly download the python scripts folder
45-
:files ("*.el" "README.md" "python")))
45+
:files (:defaults "python")))
4646
```
4747

4848
Then require as normal:

‎RECIPE

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
(theme-magic
44
:fetcher github
5-
:repo "jcaw/repo-name"
5+
:repo "jcaw/theme-magic"
66
;; Must explicitly download the python scripts folder
7-
:files ("*.el" "README.md" "python"))
7+
:files (:defaults "python"))

0 commit comments

Comments
 (0)