blob: 349d4531f18c6198953dd08773a380f076b3db01 (
plain) (
tree)
|
|
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))
|