SLY: Format inferior Lisp buffer in Helm SLY.

master
Pierre Neidhardt 2021-01-23 13:10:04 +01:00
parent e2edbc736e
commit 080a051f8d
1 changed files with 4 additions and 1 deletions

View File

@ -106,7 +106,10 @@ If REFRESH is non-nil, rebuild the environment."
(helm-sly-connection-number connection)
(replace-regexp-in-string
"*$" ""
(replace-regexp-in-string "*sly-mrepl for " "" (buffer-name buffer))))))
(replace-regexp-in-string
"*sly-mrepl for " ""
(replace-regexp-in-string "*sly-inferior-lisp for " ""
(buffer-name buffer)))))))
(setq helm-sly-connection-formatter #'ambrevar/helm-sly-format-connection)
(global-helm-sly-mode)
(add-to-list 'helm-source-names-using-follow "Lisp xrefs"))