Skip to content

Commit

Permalink
Merge pull request #2 from juergenhoetzel/fix-type
Browse files Browse the repository at this point in the history
Use correct custom variable type for prefab-cookiecutter-config-file
  • Loading branch information
LaurenceWarne authored Aug 28, 2022
2 parents 5ca61a4 + 565e560 commit 328c763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefab.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
(list (format "%s/.cookiecutters" (getenv "HOME")))
"List of directories to search for cookiecutter templates."
:group 'prefab
:type 'directory)
:type '(repeat directory))

(defcustom prefab-cookiecutter-config-file
nil
Expand Down

0 comments on commit 328c763

Please sign in to comment.