emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode 0f064b7 280/352: Enable color in inferior julia


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 0f064b7 280/352: Enable color in inferior julia
Date: Sun, 29 Aug 2021 11:23:02 -0400 (EDT)

branch: elpa/julia-mode
commit 0f064b756a342354cefea8b6bb25c17b182aef68
Author: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Commit: Adam Beckmeyer <adam_gpg@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]