Remove hook to start SLY manually so that it can disable SLIME

This commit is contained in:
Gerard Vermeulen 2023-04-02 07:17:08 +02:00
parent 610a023211
commit 1c427ae3c1
1 changed files with 4 additions and 4 deletions

View File

@ -4142,10 +4142,10 @@ Listing [[lst:sbcl-core-for-sly]] tangles to a script to dump such a [[http://ww
"--core"
,(no-littering-expand-var-file-name "sbcl.core-for-sly")))))
(add-hook 'sly-mode-hook
(defun on-sly-mode-hook ()
(unless (sly-connected-p)
(save-excursion (sly)))))
;; (add-hook 'sly-mode-hook
;; (defun on-sly-mode-hook ()
;; (unless (sly-connected-p)
;; (save-excursion (sly)))))
(cond
((eq system-type 'darwin)