Skip to content

Instantly share code, notes, and snippets.

@nhoffman
Created July 14, 2011 21:21
Show Gist options
  • Save nhoffman/1083487 to your computer and use it in GitHub Desktop.
Save nhoffman/1083487 to your computer and use it in GitHub Desktop.
;; gist.el
;; https://github.com/defunkt/gist.el
;; added as a submodule:
;; % git submodule add https://github.com/defunkt/gist.el.git
;; now, to clone .emacs.d elsewhere:
;; % git clone git@github.com:nhoffman/.emacs.d.git
;; % cd .emacs.d
;; % git submodule init && git submodule update
(condition-case nil
(require 'gist "~/.emacs.d/gist.el/gist.el")
(error (message "** could not load gist")))
@nhoffman
Copy link
Author

Testing gist.el - this is how I added it to my emacs config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment