File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -851,10 +851,14 @@ use (put-clojure-indent 'some-symbol 'defun)."
851851(defvar  clojure-project-root-file  " project.clj"  )
852852
853853; ; Pipe to sh to work around mackosecks GUI Emacs $PATH issues.
854- (defvar  clojure-swank-command  (if  (or  (locate-file  " lein"   exec-path)
855-                                       (locate-file  " lein.bat"   exec-path))
856-                                   " lein jack-in %s" 
857-                                 " echo \" lein jack-in %s\"  | sh"  ))
854+ (defcustom  clojure-swank-command  
855+   (if  (or  (locate-file  " lein"   exec-path)
856+           (locate-file  " lein.bat"   exec-path))
857+       " lein jack-in %s" 
858+     " echo \" lein jack-in %s\"  | sh"  )
859+   " The command used to start swank via clojure-jack-in." 
860+   :type  'string 
861+   :group  'clojure-mode )
858862
859863(defun  clojure-jack-in-sentinel  (process  event )
860864  (let  ((debug-on-error  t ))
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments