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

[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



reply via email to

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