Gist.el

From WikEmacs
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Gist.el
Description Gist integration for Emacs
Author defunkt
Maintainer defunkt
Source https://github.com/defunkt/gist.el

Gist.el offers Emacs integration for gist.github.com.

Basic setup

(add-to-list 'load-path "~/.emacs.d/vendor/gist.el")
(require 'gist)

;; to use curl
(setq gist-use-curl t)

Helpful keybindings

Common Customization

See Also

Project Pages