freebsd-ports/textproc/diff-mode.el/pkg-message
Akinori MUSHA fb746cf979 Import diff-mode.el, an Emacs major-mode for viewing/editing context diffs.
PR:		ports/19729
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-07-06 19:08:39 +00:00

4 lines
201 B
Text

To use diff-mode, simply add to your .emacs the following lines:
(autoload 'diff-mode "diff-mode" "Diff major mode" t)
(add-to-list 'auto-mode-alist '("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode))