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

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

[elpa] externals/sketch-mode 6008988: Fix: also add freehand option to t


From: ELPA Syncer
Subject: [elpa] externals/sketch-mode 6008988: Fix: also add freehand option to transient (missed in prev commit)
Date: Mon, 11 Oct 2021 14:57:26 -0400 (EDT)

branch: externals/sketch-mode
commit 60089888bf16bf5a3ebe1760a0a72c7384e81122
Author: Daniel Nicolai <dalanicolai@gmail.com>
Commit: Daniel Nicolai <dalanicolai@gmail.com>

    Fix: also add freehand option to transient (missed in prev commit)
---
 sketch-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sketch-mode.el b/sketch-mode.el
index 7e4b3e2..68a1e0c 100644
--- a/sketch-mode.el
+++ b/sketch-mode.el
@@ -605,7 +605,7 @@ else return nil"
   :description "Option with list"
   :class 'sketch-variable:choices
   :argument "--object="
-  :choices '("rectangle" "circle" "ellipse" "polyline" "polygon")
+  :choices '("rectangle" "circle" "ellipse" "polyline" "polygon" "freehand")
   :default "line")
 
 (transient-define-infix sketch-stroke-color ()



reply via email to

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