mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-29 08:33:07 +00:00
backing up sublime settings
This commit is contained in:
18
Packages/SublimeREPL/config/Clojure/Default.sublime-commands
Normal file
18
Packages/SublimeREPL/config/Clojure/Default.sublime-commands
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"caption": "SublimeREPL: Clojure",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_clojure",
|
||||
"file": "config/Clojure/Main.sublime-menu"
|
||||
}
|
||||
},
|
||||
{
|
||||
"caption": "SublimeREPL: Clojure-Telnet",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_clojure_telnet",
|
||||
"file": "config/Clojure/Main.sublime-menu"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user