branch: elpa/julia-mode commit 0f064b756a342354cefea8b6bb25c17b182aef68 Author: Adam Beckmeyer <adam_...@thebeckmeyers.xyz> Commit: Adam Beckmeyer <adam_...@thebeckmeyers.xyz>
Enable color in inferior julia Also explicitly pass the "-i" flag for interactivity. --- julia-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el index 696fbcb..f88632f 100644 --- a/julia-mode.el +++ b/julia-mode.el @@ -3222,7 +3222,7 @@ strings." :type 'string :group 'julia) -(defcustom julia-arguments '() +(defcustom julia-arguments '("-i" "--color=yes") "Commandline arguments to pass to `julia-program'." :type '(repeat (string :tag "argument")) :group 'julia)