[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
- [elpa] externals/face-shift 347e9a1c80 22/50: removed unnecessary progn, (continued)
- [elpa] externals/face-shift 347e9a1c80 22/50: removed unnecessary progn, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 969a9f8f63 24/50: updated default face-shift-intensity value, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 8c62d7a27a 29/50: Update public-inbox URL, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 750d234608 37/50: Remove font-lock faces from face-shift-faces, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift e35a2dbc5e 33/50: Generalize face-shift-intensity type, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift a74917228a 36/50: Fix checkdoc issues, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 14dce79fc4 45/50: Update screenshot, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 671e53fdef 48/50: Bump version to 0.2.1 for GNU ELPA, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 70ba886055 32/50: Update face-shift documentation, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 0d0de8e2b0 35/50: Update face-shift-shifts, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 09ed5ca5f0 43/50: Replace use-package with setup,
ELPA Syncer <=
- [elpa] externals/face-shift 5ff42292b0 20/50: removed redundant provide command, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 11e3fb7a1d 25/50: updated face-shift-intensity documentation, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 8dd6fb5f62 28/50: added melpa link, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 5df50b85fc 38/50: Update author header, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift de03278047 39/50: Bump version to 0.2.0, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 332f7757a6 40/50: Remove cl-lib dependency, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift bfc4ec62ed 42/50: Lower minimal version to 24.1, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift df74d9b844 49/50: Fix typo in README, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift f5d575d0b4 16/50: transform using hsl color-space instead of rgb, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 96a36db6f5 18/50: updated mailing list link, ELPA Syncer, 2023/04/30