diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 15:19:14 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 15:25:39 -0500 |
commit | 5c3536cfc6171475f87a7707e335b3a82ee281f7 (patch) | |
tree | f8707d13b27d26b4b5d3798dfab32d6f2f8b1084 | |
parent | 3f9ef3d24d034743eeb2d130e414cbf208f935a0 (diff) | |
download | dotfiles-5c3536cfc6171475f87a7707e335b3a82ee281f7.tar.gz dotfiles-5c3536cfc6171475f87a7707e335b3a82ee281f7.zip |
SBCL: Add filtered-functions to CLstar system list
-rw-r--r-- | common/.sbclrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/.sbclrc b/common/.sbclrc index 7c809b2..3785526 100644 --- a/common/.sbclrc +++ b/common/.sbclrc @@ -41,6 +41,7 @@ :uiop :trivia :anaphora + :filtered-functions :ppcre :trivial-types :parse-number)) |