diff options
| author | 2022-07-22 21:14:56 -0700 | |
|---|---|---|
| committer | 2022-07-22 21:14:56 -0700 | |
| commit | 1d8a14276dad110fac18fb9d307941a31b984990 (patch) | |
| tree | c0f83c46765c41acdc6efb8daac65696039bb023 | |
| parent | 336ab3e555cbac852eae58be5870ade9abf51816 (diff) | |
| download | new-dotfiles-1d8a14276dad110fac18fb9d307941a31b984990.tar.gz new-dotfiles-1d8a14276dad110fac18fb9d307941a31b984990.zip | |
Add test.scm
Should have been part of an earlier commit, helps running tests.
| -rw-r--r-- | test.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test.scm b/test.scm new file mode 100644 index 0000000..c347e58 --- /dev/null +++ b/test.scm @@ -0,0 +1,2 @@ +(add-to-load-path (dirname (current-filename))) +(load-from-path "test/kbd.scm") |
