From 06ef2abcc4446abaf9c013cc6c02e3088f1d9130 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 21 Dec 2023 20:23:05 +0100 Subject: [PATCH] Update slime-lisp-implementations --- bundle/bundle--lisp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle/bundle--lisp.el b/bundle/bundle--lisp.el index 2223814a..0bdd6c31 100644 --- a/bundle/bundle--lisp.el +++ b/bundle/bundle--lisp.el @@ -18,7 +18,7 @@ ;; * (save-lisp-and-die "sbcl.core-for-slime") ;; (let ((image-path (expand-file-name "~/sbcl.core-for-slime"))) ;; (setq slime-lisp-implementations - ;; `((sbcl ("sbcl" "--core" ,image-path))))) + ;; `((sbcl ("sbcl" "--noinform" "--core" ,image-path) :coding-system utf-8-unix)))) (defvar mk/hyperspec-dir-locations '("d:/visua/projects/personal/lisp-docs/HyperSpec-7-0/HyperSpec/" @@ -80,7 +80,6 @@ Uses `mk/hyperspec-dir-locations' to find the directory." rear-nonsticky (slime-repl-prompt read-only font-lock-face intangible)))))) - (use-package elisp-mode :ensure nil :hook ((emacs-lisp-mode . prettify-symbols-mode)