split config into multiple files

This commit is contained in:
2025-03-05 03:01:44 +01:00
parent a2d3f0fe6e
commit c3397a25d4
6 changed files with 80 additions and 79 deletions

View File

@@ -0,0 +1,5 @@
(defwidget loremText [text]
(label :text text
:class 'lorem-text'
)
)