From f51b9be459bdc09200776f96089979dca0927a67 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 4 Jan 2025 13:22:20 +0100 Subject: [PATCH] Enable slime-tramp --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 43866ad3..46baf816 100755 --- a/init.el +++ b/init.el @@ -864,7 +864,8 @@ Uses `mk/hyperspec-dir-locations' to find the directory." slime-asdf slime-indentation slime-sbcl-exts - slime-company)) + slime-company + slime-tramp)) ;; REPL syntax highlighting (defvar slime-repl-font-lock-keywords lisp-font-lock-keywords-2)