remove customization of slime-lisp-implementations

This commit is contained in:
Łukasz Pankowski 2017-04-11 22:50:10 +02:00
parent ffdcc5126f
commit 3ccfebd5f5

View File

@ -219,10 +219,7 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
;; in emacs 25.1: M-. runs xref-find-definitions, M-, jumps back ;; in emacs 25.1: M-. runs xref-find-definitions, M-, jumps back
(global-set-key (kbd "C-c e l") 'find-library) (global-set-key (kbd "C-c e l") 'find-library)
;; see https://common-lisp.net/project/slime/doc/html/Loading-Swank-faster.html (setq slime-default-lisp 'sbcl)
;; for how to prepare the core
(setq slime-lisp-implementations `((sbcl ("sbcl" "--core" ,(expand-file-name "~/local/lisp/sbcl.core-for-slime"))))
slime-default-lisp 'sbcl)
(use-package paredit (use-package paredit
:ensure nil :ensure nil