branch: scratch/expand-region
commit 4b8322774d9c1d8b64a0049d1dbbc1e7ce80c1a0
Author: Aaron W. Swenson <aaron+git...@grandmasfridge.org>
Commit: Magnar Sveen <magn...@gmail.com>

    Add installation instruction for use-package
    
    Include a copy/paste example for installation via `use-package`.
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 82cfc6a2d8..b1f4f94ebe 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,11 @@ It's available on [MELPA](https://melpa.org/):
 
     M-x package-install expand-region
 
+Via [use-package](https://github.com/jwiegley/use-package):
+
+    (use-package expand-region
+      :bind ("C-=" . er/expand-region))
+
 ## Language support
 
 Expand region works fairly well with most languages, due to the general

Reply via email to