Remove slime filename translations
This commit is contained in:
parent
37b866d849
commit
067abccc54
1 changed files with 1 additions and 6 deletions
|
@ -193,12 +193,7 @@
|
||||||
(when (eq system-type 'gnu/linux)
|
(when (eq system-type 'gnu/linux)
|
||||||
(setq inferior-lisp-program "/usr/bin/sbcl --noinform"))
|
(setq inferior-lisp-program "/usr/bin/sbcl --noinform"))
|
||||||
(let ((helper (expand-file-name "~/quicklisp/slime-helper.el")))
|
(let ((helper (expand-file-name "~/quicklisp/slime-helper.el")))
|
||||||
(when (file-exists-p helper) (load helper)))
|
(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")))
|
|
||||||
|
|
||||||
(use-package simple-httpd
|
(use-package simple-httpd
|
||||||
:defer t)
|
:defer t)
|
||||||
|
|
Loading…
Add table
Reference in a new issue