fb746cf979
PR: ports/19729 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
4 lines
201 B
Text
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))
|