Skip to content

Instantly share code, notes, and snippets.

@slackorama
Created June 1, 2016 21:16
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 slackorama/cfd25a87e681d6b75f6019dfacf38518 to your computer and use it in GitHub Desktop.
Save slackorama/cfd25a87e681d6b75f6019dfacf38518 to your computer and use it in GitHub Desktop.
(use-package gist
:ensure
:bind (("C-c a g l" . gist-list)
("C-c a g b" . gist-buffer)
("C-c a g B" . gist-buffer-private)
("C-c a g r" . gist-region)
("C-c a g R" . gist-region-private)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment