Guest User

Untitled

a guest
May 22nd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. (global-set-key (kbd "<f31>") (lambda () (interactive)
  2. (find-file "~/programming/lisp/how/how.asd")
  3. (find-file "~/programming/lisp/how/packages.lisp")
  4. (find-file "~/programming/lisp/how/src/sprite.lisp")
  5. (find-file "~/programming/lisp/how/src/health.lisp")
  6. (find-file "~/programming/lisp/how/src/image.lisp")))
Add Comment
Please, Sign In to add comment