From 2a2e6e5abefda649cd4dfa52469bc29398edc635 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 1 Apr 2024 11:14:45 -0400 Subject: [PATCH] fix(emacs): switch from slime to sly Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5a5eedb..c93afad 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -116,8 +116,7 @@ (use-package cdlatex :straight t) (use-package yaml-mode :straight t) (use-package poetry :straight t) -(use-package slime :straight t) -(use-package slime-company :straight t) +(use-package sly :straight t) (use-package haskell-mode :straight t) (use-package lsp-haskell :straight t) (use-package eglot-java :straight t)