Skip to content

Commit

Permalink
Merge pull request #1 from renormalist/master
Browse files Browse the repository at this point in the history
minimal usage help
  • Loading branch information
rafl committed Jul 14, 2011
2 parents dcf218b + 0e4a5dd commit 3921b2c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cpan-changes.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
;;; cpan-changes.el --- Major mode for editing CPAN::Changes style changelogs

;;; For a specification of CPAN Changes files see
;;; http://search.cpan.org/dist/CPAN-Changes/lib/CPAN/Changes/Spec.pod

;;; Usage:
;;;
;;; Put this file into your load-path and the following into your ~/.emacs:
;;;
;;; (autoload 'cpan-changes-mode "cpan-changes")
;;; (add-to-list 'auto-mode-alist '("Changes$" . cpan-changes-mode))


(defgroup cpan-changes '((jit-lock custom-group))
"Mode for editing CPAN module changelogs"
:group 'faces)
Expand Down

0 comments on commit 3921b2c

Please sign in to comment.