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

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

[elpa] externals/face-shift 09ed5ca5f0 43/50: Replace use-package with s


From: ELPA Syncer
Subject: [elpa] externals/face-shift 09ed5ca5f0 43/50: Replace use-package with setup
Date: Sun, 30 Apr 2023 12:03:22 -0400 (EDT)

branch: externals/face-shift
commit 09ed5ca5f0ea17fab865eaef0ed216ab59dc5ccb
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    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



reply via email to

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