From b0840f4c9c7065c9a8e3a1ffae303700f10321a8 Mon Sep 17 00:00:00 2001 From: eriedaberrie Date: Sat, 30 Sep 2023 00:24:31 -0700 Subject: [PATCH] Remove code that activated meow motion mode in sly-db-mode Equivalent code exists in upstream Meow now. --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.el b/init.el index 30995db..ce7a86f 100644 --- a/init.el +++ b/init.el @@ -617,9 +617,7 @@ (format "%S\n\n" old-init-list)) old-init))) (advice-add #'sly-init-using-asdf :filter-return #'my--sly-add-project-root-to-asdf) - (sly-setup) - (with-eval-after-load 'meow - (add-to-list 'meow-mode-state-list '(sly-db-mode . motion)))) + (sly-setup)) (use-package sly-asdf) (use-package sly-named-readtables)