branch: elpa/engine-mode
commit 20608906f8c098db50b4c0a1985459e91402b222
Author: Harry R. Schwartz <he...@harryrschwartz.com>
Commit: Harry R. Schwartz <he...@harryrschwartz.com>

    Document installation with use-package
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 51016695a6..adc6a4e699 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,16 @@ If you'd like to see a video on the whys and wherefores of 
this mode, check out
 
 `engine-mode` is available on MELPA.
 
+Using `use-package`:
+
+``` emacs
+(use-package engine-mode
+  :ensure t
+
+  :config
+  (engine-mode t))
+```
+
 You can also install it like any other elisp file by adding it to your load 
path
 and globally enabling it:
 

Reply via email to