Skip to content

Instantly share code, notes, and snippets.

@bowbow99
Created April 29, 2010 11:02
Show Gist options
  • Save bowbow99/383445 to your computer and use it in GitHub Desktop.
Save bowbow99/383445 to your computer and use it in GitHub Desktop.
;;; .xyzzy の最後にでも書いておけば ~/*.l を全部読み込む
(dolist (file (directory "~/" :wild "*.l"))
(load-file (merge-pathnames file "~/")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment