mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
fb746cf979
PR: ports/19729 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
5 lines
201 B
Plaintext
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))
|