[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/autothemer b596be7477 2/7: Update readme.md
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/autothemer b596be7477 2/7: Update readme.md |
Date: |
Tue, 23 Aug 2022 05:58:13 -0400 (EDT) |
branch: elpa/autothemer
commit b596be7477bf973ebf5a277641482ff09fc52e52
Author: Jason Milkins <jasonm23@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update readme.md
---
readme.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/readme.md b/readme.md
index 39039b497c..51bb3eb951 100644
--- a/readme.md
+++ b/readme.md
@@ -193,12 +193,12 @@ You'd need to do something like this to insert a color
name or color value:
(defun insert-autothemer-color-value ()
"Select and insert a color value from `autothemer--current-theme`.")
(interactive)
- (autothemer--color-value (autothemer-select-color))
+ (insert (autothemer--color-value (autothemer-select-color)))
(defun insert-autothemer-color-name)
"Select and insert a color name from `autothemer--current-theme`.")
(interactive)
- (autothemer--color-name (autothemer-select-color))
+ (insert (autothemer--color-name (autothemer-select-color)))
```
If `autothemer--current-theme` is `nil`, you'll need to eval an autothemer
based
- [nongnu] elpa/autothemer updated (07c4d891cc -> c09d76196c), ELPA Syncer, 2022/08/23
- [nongnu] elpa/autothemer f3b91b9f99 1/7: README updated, ELPA Syncer, 2022/08/23
- [nongnu] elpa/autothemer 476de8144a 5/7: Update readme.md, ELPA Syncer, 2022/08/23
- [nongnu] elpa/autothemer b596be7477 2/7: Update readme.md,
ELPA Syncer <=
- [nongnu] elpa/autothemer d7a4882d99 3/7: Update readme.md, ELPA Syncer, 2022/08/23
- [nongnu] elpa/autothemer 6ecef819a5 6/7: Update readme.md, ELPA Syncer, 2022/08/23
- [nongnu] elpa/autothemer c09d76196c 7/7: Update readme.md, ELPA Syncer, 2022/08/23
- [nongnu] elpa/autothemer 7f3d0b0254 4/7: Update readme.md, ELPA Syncer, 2022/08/23