Skip to content

Instantly share code, notes, and snippets.

@ivey
Created August 20, 2009 19:51
Show Gist options
  • Save ivey/171305 to your computer and use it in GitHub Desktop.
Save ivey/171305 to your computer and use it in GitHub Desktop.
;;; gist.el --- Emacs integration for gist.github.com
;; Copyright (C) 2008 Christian Neukirchen <purl.org/net/chneukirchen>
;; Version: 0.3.1
;; Keywords: gist git github paste pastie pastebin
;; Created: 21 Jul 2008
;; Author: Christian Neukirchen <purl.org/net/chneukirchen>
;; Maintainer: Chris Wanstrath <[email protected]>
;; Contributors:
;; Will Farrington <[email protected]>
;; Michael Ivey
;; Phil Hagelberg
;; This file is NOT part of GNU Emacs.
;; This is free software; you can redistribute it and/or modify it under
;; the terms of the GNU General Public License as published by the Free
;; Software Foundation; either version 2, or (at your option) any later
;; version.
;;
;; This is distributed in the hope that it will be useful, but WITHOUT
;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
;; for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
;; MA 02111-1307, USA.
;;; Commentary:
;; Uses your local GitHub config if it can find it.
;; See http://github.com/blog/180-local-github-config
;;; Code:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment