diff options
author | EuAndreh <eu@euandre.org> | 2018-06-02 22:53:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-06-02 22:53:25 -0300 |
commit | 5c5c5f586da5bbc1fc65a607e37c2d40565e1b77 (patch) | |
tree | 600dfc4db01fe2ff171deb99b7379707422702f0 /sbclrc.lisp | |
parent | Move TODOs.org to ~/Nextcloud (diff) | |
download | dotfiles-5c5c5f586da5bbc1fc65a607e37c2d40565e1b77.tar.gz dotfiles-5c5c5f586da5bbc1fc65a607e37c2d40565e1b77.tar.xz |
Add stup sbclrc
Diffstat (limited to 'sbclrc.lisp')
-rw-r--r-- | sbclrc.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbclrc.lisp b/sbclrc.lisp index e69de29..ab58ec5 100644 --- a/sbclrc.lisp +++ b/sbclrc.lisp @@ -0,0 +1,2 @@ +(defun tap (x) + x) |