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

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

[nongnu] elpa/j-mode cf27446 49/56: Merge pull request #13 from Elzair/m


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode cf27446 49/56: Merge pull request #13 from Elzair/master
Date: Sun, 29 Aug 2021 11:20:52 -0400 (EDT)

branch: elpa/j-mode
commit cf27446120c779f90aeb0b14aae24d55d2a4fe36
Merge: caa55df 11b02ca
Author: Zachary Elliott <contact@zell.io>
Commit: GitHub <noreply@github.com>

    Merge pull request #13 from Elzair/master
    
    Changed default for j-console-cmd to "ijconsole"
---
 j-console.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/j-console.el b/j-console.el
index f06955c..27cc1bb 100644
--- a/j-console.el
+++ b/j-console.el
@@ -46,7 +46,7 @@
   :group 'j
   :prefix "j-console-")
 
-(defcustom j-console-cmd "jconsole"
+(defcustom j-console-cmd "ijconsole"
   "Name of the executable used for the J REPL session"
   :type 'string
   :group 'j-console)



reply via email to

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