branch: externals/face-shift
commit 09ed5ca5f0ea17fab865eaef0ed216ab59dc5ccb
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Replace use-package with setup
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f77fc2b333..5645090b9f 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,11 @@ avoid confusion, although it certainly is possible.
How to use
----------
-Using [MELPA][melpa] and `use-package`, a minimal setup might look
+Using [MELPA][melpa] and [`setup`][setup], a minimal setup might look
something like this:
- (use-package face-shift
- :config
- (face-shift-mode t))
+ (setup (:package face-shift)
+ (:option face-shift-mode t))
The main function for users is `face-shift-mode`, that turns on a global
minor mode, to shift all the faces in all buffers.
@@ -50,6 +49,7 @@ Copying
Domain Dedication][cc0] license.
[melpa]: https://melpa.org/#/face-shift
+[setup]: http://elpa.gnu.org/packages/setup.html
[screenshot]: https://files.catbox.moe/1tuaic.png
[mailing list]: https://lists.sr.ht/~pkal/public-inbox
[cc0]: https://creativecommons.org/publicdomain/zero/1.0/deed