Remove slime filename translations

This commit is contained in:
Marcus Kammer 2023-01-18 22:22:27 +01:00
parent 37b866d849
commit 067abccc54
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -193,12 +193,7 @@
(when (eq system-type 'gnu/linux)
(setq inferior-lisp-program "/usr/bin/sbcl --noinform"))
(let ((helper (expand-file-name "~/quicklisp/slime-helper.el")))
(when (file-exists-p helper) (load helper)))
(add-to-list 'slime-filename-translations
(slime-create-filename-translator
:machine-instance "ubuntu-2gb-nbg1-1"
:remote-host "ubuntu-2.marcuskammer.de"
:username "marcus")))
(when (file-exists-p helper) (load helper))))
(use-package simple-httpd
:defer t)