Created
October 13, 2011 04:31
-
-
Save emschwar/1283383 to your computer and use it in GitHub Desktop.
Testing gh.el with ~/.emacs24.d/init.el
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(setq ems-netrc (netrc-parse "~/.netrc")) | |
(require 'gist) | |
(setq ems-github-netrc (netrc-machine ems-netrc "github" t)) | |
(setq gist-authenticate-function 'gist-basic-authentication) | |
(setq gist-user-password (netrc-get ems-github-netrc "password")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment