From 867fb9f6f95eb14a535366dae94141108e5d7c42 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 1 Apr 2024 11:17:19 -0400 Subject: [PATCH] fix(emacs): remove `slime-setup` Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 1 - 1 file changed, 1 deletion(-) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 382251a..c0cee2e 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -267,7 +267,6 @@ ;; SLIME (setq inferior-lisp-program "sbcl") -(slime-setup '(slime-fancy slime-company)) ;; Copilot (define-key copilot-completion-map (kbd "") 'copilot-accept-completion)