From c026a9dd727b0bef85d866389b8eb56ee7f06fa9 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 28 May 2024 17:02:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20slime=20package=20for=20Commo?= =?UTF-8?q?n=20Lisp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.org b/config.org index 0ca1b23..98edf23 100644 --- a/config.org +++ b/config.org @@ -2068,6 +2068,15 @@ Markdown mode customizations. (markdown-mode . visual-fill-column-mode))) #+end_src +** Common Lisp + +#+begin_src emacs-lisp +(use-package slime + :config + (when on-macos + (setq inferior-lisp-program "/opt/homebrew/bin/sbcl"))) +#+end_src + * Emacs Multimedia System (EMMS) For notes, tasks, writing, and countless other things there is org-mode.