diff options
Diffstat (limited to 'textproc/diff-mode.el/pkg-message')
-rw-r--r-- | textproc/diff-mode.el/pkg-message | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/diff-mode.el/pkg-message b/textproc/diff-mode.el/pkg-message new file mode 100644 index 0000000..349d453 --- /dev/null +++ b/textproc/diff-mode.el/pkg-message @@ -0,0 +1,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)) |