summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/GUI/configs/xasyconfig.cson
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/GUI/configs/xasyconfig.cson')
-rw-r--r--Master/texmf-dist/asymptote/GUI/configs/xasyconfig.cson9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/asymptote/GUI/configs/xasyconfig.cson b/Master/texmf-dist/asymptote/GUI/configs/xasyconfig.cson
index 01aaf66c74b..de6e7b3e8fd 100644
--- a/Master/texmf-dist/asymptote/GUI/configs/xasyconfig.cson
+++ b/Master/texmf-dist/asymptote/GUI/configs/xasyconfig.cson
@@ -1,7 +1,7 @@
# Default Options for xasy
# External editor. $asypath will be replaced by the current file.
-externalEditor: "emacs"
+externalEditor: "vi"
externalEditorArgs: ["$asypath"]
# Path to Asymptote executable
@@ -52,6 +52,11 @@ maximumMagnification: 100
# Debug Mode
debugMode: true
-# Settings Override for Windows
+# Overrides
+
windows:
externalEditor: "notepad.exe"
+
+Darwin:
+ externalEditor: "open"
+ externalEditorArgs: ["-a","TextEdit","$asypath"]