From 3ccfebd5f52fd390baf2f50e8ccf3f52e9dd9ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 11 Apr 2017 22:50:10 +0200 Subject: [PATCH] remove customization of slime-lisp-implementations --- init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/init.el b/init.el index c270b1e..f467594 100644 --- a/init.el +++ b/init.el @@ -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 (global-set-key (kbd "C-c e l") 'find-library) -;; see https://common-lisp.net/project/slime/doc/html/Loading-Swank-faster.html -;; 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) +(setq slime-default-lisp 'sbcl) (use-package paredit :ensure nil