Remove code that activated meow motion mode in sly-db-mode

Equivalent code exists in upstream Meow now.
This commit is contained in:
eriedaberrie 2023-09-30 00:24:31 -07:00
parent 71985c76ad
commit b0840f4c9c

View file

@ -617,9 +617,7 @@
(format "%S\n\n" old-init-list)) (format "%S\n\n" old-init-list))
old-init))) old-init)))
(advice-add #'sly-init-using-asdf :filter-return #'my--sly-add-project-root-to-asdf) (advice-add #'sly-init-using-asdf :filter-return #'my--sly-add-project-root-to-asdf)
(sly-setup) (sly-setup))
(with-eval-after-load 'meow
(add-to-list 'meow-mode-state-list '(sly-db-mode . motion))))
(use-package sly-asdf) (use-package sly-asdf)
(use-package sly-named-readtables) (use-package sly-named-readtables)