mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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))
|