File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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.
7880The 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 )
You can’t perform that action at this time.
0 commit comments