Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minimal usage help #1

Merged
merged 1 commit into from
Jul 14, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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