diff options
author | Logan Hunt <loganjh@amazon.com> | 2022-05-24 16:22:00 -0700 |
---|---|---|
committer | Logan Hunt <loganjh@amazon.com> | 2022-05-24 16:22:00 -0700 |
commit | 47b6bdf8b737bf12f5f7b8839ed2389ff28c723c (patch) | |
tree | b5be62069a96b7461b8ec4bae588d375591616e3 /config.lisp | |
parent | 3db9a2eb7a7d14ce935f5902b0c21ce4fd5eb729 (diff) | |
download | lispruns-47b6bdf8b737bf12f5f7b8839ed2389ff28c723c.tar.gz lispruns-47b6bdf8b737bf12f5f7b8839ed2389ff28c723c.zip |
Write code into systems and add formatting for highlight lists
Diffstat (limited to 'config.lisp')
-rw-r--r-- | config.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.lisp b/config.lisp index 4fb5bc0..96bff4d 100644 --- a/config.lisp +++ b/config.lisp @@ -61,7 +61,6 @@ :name (get-property category-section "name") :percentage (get-property category-section "percentage"))) - ;; Creates the splits (defun create-category-split-objects (category splits-section &optional (splits '())) (if (not splits-section) |