[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/devil 943578f33f 07/49: Use a smaller screenshot to show D
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/devil 943578f33f 07/49: Use a smaller screenshot to show Devil smiley |
Date: |
Mon, 15 May 2023 12:59:31 -0400 (EDT) |
branch: elpa/devil
commit 943578f33fbeef895b100f750958e3cbc1b81724
Author: Susam Pal <susam@susam.net>
Commit: Susam Pal <susam@susam.net>
Use a smaller screenshot to show Devil smiley
---
README.md | 6 +++---
meta/Makefile | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 1850eaa117..22a5bfca9b 100644
--- a/README.md
+++ b/README.md
@@ -344,7 +344,7 @@ Custom Appearance
-----------------
The following initialization code shows how we can customise Devil to
-show a Devil face in the modeline and the echo area.
+show a Devil smiley (😈) in the modeline and the echo area.
```elisp
(add-to-list 'load-path "/path/to/devil/")
@@ -357,9 +357,9 @@ show a Devil face in the modeline and the echo area.
This is how Emacs may look if emojis are rendered correctly:
-[![Screenshot of Emacs with Devil face][horns-screenshot]][horns-screenshot]
+[![Screenshot of Emacs with Devil
smiley][smiley-screenshot]][smiley-screenshot]
-[horns-screenshot]: https://i.imgur.com/6Ly7IOs.png
+[smiley-screenshot]: https://i.imgur.com/oYtwnGi.png
Custom Devil Key
diff --git a/meta/Makefile b/meta/Makefile
index ca933a0b53..bd1bb42357 100644
--- a/meta/Makefile
+++ b/meta/Makefile
@@ -6,4 +6,4 @@ checks:
cd ~/git/melpa/ && ls -l packages/ packages-stable/ sandbox/elpa/
smiley:
- emacs -q -l smiley.el example.el example.md
+ emacs -q -l smiley.el example.md
- [nongnu] branch elpa/devil created (now 98064ffed4), ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 0c69796f26 02/49: Replace contractions with uncontracted forms, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil deddb5cade 04/49: Remove stray message call, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil e03a679297 06/49: Fix typos, spelling, and punctuation, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 943578f33f 07/49: Use a smaller screenshot to show Devil smiley,
ELPA Syncer <=
- [nongnu] elpa/devil c11dd68394 08/49: Use the term activation to describe the Devil key, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil e52262afdd 01/49: Add Devil, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 7bf4345acc 05/49: Use <kbd> instead of <code> for "ctrl", ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 4924f32560 12/49: Describe how multiple Devil keys can be configured, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 331bf12bb2 17/49: Add more examples of repeatable keys to README, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil b32ded26d4 19/49: Add command devil-show-version, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil d98018356c 22/49: Add section to compare Devil mode with God mode, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil aaee73457d 23/49: Remove load calls in configuration examples, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 2cc21ac252 26/49: Set version to 0.2.0, ELPA Syncer, 2023/05/15
- [nongnu] elpa/devil 83e96bcfce 15/49: Fix typo in function name: s/repetable/repeatable/, ELPA Syncer, 2023/05/15