Remove hook to start SLY manually so that it can disable SLIME
This commit is contained in:
parent
610a023211
commit
1c427ae3c1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user