1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
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

5 lines
201 B
Plaintext

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))