Skip to content

Instantly share code, notes, and snippets.

@yasuhito
Created October 28, 2011 02:57
Show Gist options
  • Save yasuhito/1321524 to your computer and use it in GitHub Desktop.
Save yasuhito/1321524 to your computer and use it in GitHub Desktop.
Emacs 用 gist の設定
(add-to-load-path "~/.emacs.d/yasuhito/gist.el")
(require 'gist)
(setq gist-authenticate-function 'gist-basic-authentication)
(global-set-key (kbd "<f8>") 'gist-region-or-buffer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment