Skip to content

Commit

Permalink
Made the 'assemble' function public.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 16, 2025
1 parent 0b73770 commit 915f9c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/dirs.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
(picture 0) (picture 1)
(public 0) (public 1)
(template 0) (template 1)
(video 0) (video 1)))
(video 0) (video 1))
;; utility functions useful for external projects
(export
(assemble 2)))

;;; Returns the path to the user's home directory.
;;;
Expand Down

0 comments on commit 915f9c9

Please sign in to comment.