Skip to content

Instantly share code, notes, and snippets.

@yitang
Created April 14, 2015 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yitang/dd4f78f45feb45f9b2be to your computer and use it in GitHub Desktop.
Save yitang/dd4f78f45feb45f9b2be to your computer and use it in GitHub Desktop.

use gist.el in Emacs to manage gist

git config --global github.user yitang 
git config --global github.token dcxxxxxx
  • browser gist gist-list
    • edit gist description gist-edit-current-description or e by default
  • create a new gist publish the content of current buffer or region (if marked) to gist and copy the gist url to king ring.

    it works with org-subtree.

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