Skip to content

Commit

Permalink
Tiny changes to make compatible with ELPA
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo authored and defunkt committed Dec 6, 2008
1 parent 88de328 commit 5787e29
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gist.el
@@ -1,11 +1,14 @@
;; Keywords: gist git github paste pastie pastebin
;; Created: 21 Jul 2008
;; gist.el --- Emacs integration for gist.github.com

;; Author: Christian Neukirchen <purl.org/net/chneukirchen>
;; Maintainer: Chris Wanstrath <chris@ozmm.org>
;; Contributors:
;; Will Farrington <wcfarrington@gmail.com>
;; Michael Ivey
;; Phil Hagelberg
;; Version: 0.3
;; Created: 21 Jul 2008
;; Keywords: gist git github paste pastie pastebin

;; This file is NOT part of GNU Emacs.

Expand All @@ -23,14 +26,12 @@
;; 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:

(eval-when-compile (require 'cl))
Expand Down

0 comments on commit 5787e29

Please sign in to comment.