Skip to content

Commit

Permalink
Fix tags of customization
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 committed Aug 10, 2021
1 parent 1b47a09 commit 800efe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swift-mode-repl.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@
;;;###autoload
(defgroup swift-mode:repl nil
"REPL."
:tag "Swift Mode REPL"
:group 'swift)

(defcustom swift-mode:repl-executable
(concat (when (executable-find "xcrun") "xcrun ") "swift")
"Path to the Swift CLI. The string is split by spaces, then unquoted."
:tag "Swift Mode REPL Executable"
:type '(choice string (list string))
:group 'swift-mode:repl
:safe 'stringp)
Expand Down Expand Up @@ -76,6 +78,7 @@ The string is split by spaces, then unquoted."
"ios-deploy"
"Path to ios-deploy command.
The string is split by spaces, then unquoted."
:tag "Swift Mode iOS Deploy Executable"
:type '(choice string (list string))
:group 'swift-mode:repl
:safe 'stringp)
Expand Down

0 comments on commit 800efe2

Please sign in to comment.