Created
June 1, 2016 21:16
-
-
Save slackorama/cfd25a87e681d6b75f6019dfacf38518 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(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