I hereby claim:
- I am langmartin on github.
- I am langmartin (https://keybase.io/langmartin) on keybase.
- I have a public key whose fingerprint is E665 C924 F711 45F7 CE44 B3C4 A2B5 3631 8267 2C08
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/local/bin/racket -tm | |
| #lang racket | |
| (require | |
| openssl/mzssl | |
| net/imap | |
| net/head | |
| net/mime) | |
| (provide main) |
| ;;; This was installed by package-install.el. | |
| ;;; This provides support for the package system and | |
| ;;; interfacing with ELPA, the package archive. | |
| ;;; Move this code earlier if you want to reference | |
| ;;; packages in your .emacs. | |
| (when | |
| (load | |
| (expand-file-name "~/.emacs.d/elpa/package.el")) | |
| (package-initialize)) |