Skip to content

Commit 800efe2

Browse files
committed
Fix tags of customization
1 parent 1b47a09 commit 800efe2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

swift-mode-repl.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@
3939
;;;###autoload
4040
(defgroup swift-mode:repl nil
4141
"REPL."
42+
:tag "Swift Mode REPL"
4243
:group 'swift)
4344

4445
(defcustom swift-mode:repl-executable
4546
(concat (when (executable-find "xcrun") "xcrun ") "swift")
4647
"Path to the Swift CLI. The string is split by spaces, then unquoted."
48+
:tag "Swift Mode REPL Executable"
4749
:type '(choice string (list string))
4850
:group 'swift-mode:repl
4951
:safe 'stringp)
@@ -76,6 +78,7 @@ The string is split by spaces, then unquoted."
7678
"ios-deploy"
7779
"Path to ios-deploy command.
7880
The string is split by spaces, then unquoted."
81+
:tag "Swift Mode iOS Deploy Executable"
7982
:type '(choice string (list string))
8083
:group 'swift-mode:repl
8184
:safe 'stringp)

0 commit comments

Comments
 (0)