Skip to content

Commit 4abd348

Browse files
committed
update README
1 parent 4b3c3e0 commit 4abd348

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
WORK IN PROGRESS (not submitted to MELPA yet)
2-
31
# dumb-diff
42

53
[![Build Status](https://travis-ci.org/jacktasia/dumb-diff.svg?branch=master)](https://travis-ci.org/jacktasia/dumb-diff)
@@ -12,7 +10,7 @@ Dumb Diff is an Emacs package for fast arbitrary diffs.
1210

1311
## Why?
1412

15-
I have often had to make a diff of arbitrary content that is either not in a file or only part of one. For example, I'll have a block of something embedded in a file and then someone will IM me an edit for it. I often found workflows like this awkward, so I made Dumb Diff.
13+
I often need to see the diff of arbitrary content that is either not in a file or is only part of one. For instance, I'll have a string somewhere in a file, and then someone will send me an edit for it. I have often found this situation awkward, so I made this even though I am pretty sure similar functionality is somewhere in the `ediff` package.
1614

1715
Calling `dumb-diff` will create two comparison buffers on top and one result buffer on the bottom. Every time you call `dumb-diff` it will update the result buffer and show the UI. You can use `dumb-diff-set-region-as-buffer1` and `dumb-diff-set-region-as-buffer2` to copy the content of selected regions directly into the buffer without needed to call `dumb-diff` first.
1816

@@ -32,4 +30,4 @@ The recommended way to install Dumb Diff ~is~ will be via `package.el`. It's ava
3230
("C-c 2" . dumb-diff-set-region-as-buffer2))
3331
:ensure t)
3432

35-
I personally use `use-package` together with [hydra](https://github.com/abo-abo/hydra)
33+
I personally use `use-package` together with [hydra](https://github.com/abo-abo/hydra).

0 commit comments

Comments
 (0)