Update slime-lisp-implementations

This commit is contained in:
Marcus Kammer 2023-12-21 20:23:05 +01:00
parent 57be16cebd
commit 06ef2abcc4
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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)