From 067abccc54b665ecc475dcc0c218d4331e1f26b7 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 18 Jan 2023 22:22:27 +0100 Subject: [PATCH] Remove slime filename translations --- bundle/bundle--package.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 317b6231..193e480a 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -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)