emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/engine-mode 20608906f8 61/71: Document installation with u


From: ELPA Syncer
Subject: [nongnu] elpa/engine-mode 20608906f8 61/71: Document installation with use-package
Date: Wed, 21 Dec 2022 09:59:16 -0500 (EST)

branch: elpa/engine-mode
commit 20608906f8c098db50b4c0a1985459e91402b222
Author: Harry R. Schwartz <hello@harryrschwartz.com>
Commit: Harry R. Schwartz <hello@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

[Prev in Thread] Current Thread [Next in Thread]