Skip to content

Commit

Permalink
Tue 13 Apr 2021 13:48:15
Browse files Browse the repository at this point in the history
  • Loading branch information
mullikine committed Apr 13, 2021
1 parent 2693643 commit 97b697f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pen.el
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Function names are prefixed with pen-pf- for easy searching"
(n-collate (ht-get yaml "n-collate"))
(vars (vector2list (ht-get yaml "vars")))
(aliases (vector2list (ht-get yaml "aliases")))
(alias-slugs (mapcar 'str2sym (mapcar 'slugify aliases)))
(alias-slugs (mapcar 'str2sym (mapcar (lambda (s) (concat "pen-pf-" s)) (mapcar 'slugify aliases))))
(examples (vector2list (ht-get yaml "examples")))
(preprocessors (vector2list (ht-get yaml "pen-preprocessors")))
(var-slugs (mapcar 'slugify vars))
Expand Down

0 comments on commit 97b697f

Please sign in to comment.