freebsd-ports/textproc/diff-mode.el/pkg-message

5 lines
201 B
Text
Raw Normal View History

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