diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-11 22:06:37 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-11 22:06:37 +0100 |
| commit | ea7c2a7482b937c4d391402b7a89fb7b9c245992 (patch) | |
| tree | 562bbf42559cac18d0c566dcd77c64fbfcf36523 /builtin.lisp | |
| parent | d3c3ae47a2937bf0ace994a4bc9928cd2f3605de (diff) | |
| download | temper-master.tar.gz temper-master.tar.bz2 temper-master.zip | |
Diffstat (limited to 'builtin.lisp')
| -rw-r--r-- | builtin.lisp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/builtin.lisp b/builtin.lisp index 3da200e..8cfc25e 100644 --- a/builtin.lisp +++ b/builtin.lisp @@ -1,7 +1,3 @@ -(load "/home/charles/.clisprc.lisp") -(ql:quickload "uiop") - - (defun make-index (dirname &key (item-tag "li") (surrounding-tag "ul") (include-date nil)) (setf filepaths (uiop:directory-files dirname)) ; (when test (delete-if #'(lambda (x) (not (test x))) filenames)) |
