small revision
This commit is contained in:
parent
7c1dc933fb
commit
8aa75f1d45
1 changed files with 3 additions and 2 deletions
|
|
@ -10,9 +10,9 @@
|
|||
(load (merge-pathnames "swank-loader.lisp" *load-truename*))
|
||||
|
||||
(swank-loader:init
|
||||
:delete nil ; delete any existing SWANK packages
|
||||
:delete t ; delete any existing SWANK packages
|
||||
:reload nil ; reload SWANK, even if the SWANK package already exists
|
||||
:load-contribs nil) ; load all contribs
|
||||
:load-contribs t) ; load all contribs
|
||||
|
||||
;; uncomment for Slime mode "REPL Hook"
|
||||
;; (setf eql:*slime-mode* :repl-hook)
|
||||
|
|
@ -20,5 +20,6 @@
|
|||
(mp:process-run-function :swank (lambda ()
|
||||
(swank:create-server
|
||||
:port 4005
|
||||
:style nil
|
||||
:dont-close t))) ; allow to quit/restart Emacs without affecting running EQL programs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue