aboutsummaryrefslogblamecommitdiff
path: root/textproc/diff-mode.el/pkg-message
blob: 349d4531f18c6198953dd08773a380f076b3db01 (plain) (tree)
1
2
3
4



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