Update slime-lisp-implementations
This commit is contained in:
parent
57be16cebd
commit
06ef2abcc4
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue