-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to define function python-ts-mode #851
Comments
It seems like the autoload file of evil-collection doesn't provide the definition of python-ts-mode. How do you turn on evil-collection-mode. My setup: (use-package evil-collection
:ensure t
:hook (evil-mode . evil-collection-init)
:bind (([remap evil-show-marks] . evil-collection-consult-mark)
([remap evil-show-jumps] . evil-collection-consult-jump-list))
:config
;; Make `evil-collection-consult-mark' and `evil-collection-consult-jump-list'
;; immediately available.
(evil-collection-require 'consult)
:custom
(evil-collection-setup-debugger-keys nil)
(evil-collection-calendar-want-org-bindings t)
(evil-collection-unimpaired-want-repeat-mode-integration t)) |
I tried with your way of turning on evil-collection, but still getting the same error. |
Your emacs version... |
GNU Emacs 30.0.92 |
I loaded up a python file in 29 & 31 and it works for me. I don't use the ts mode stuff though. |
so just normal python-mode? |
Yes. Can you produce a reproducible -Q recipe? |
Getting an error when using evil-collection with python:
If I turn off collection, it works, and with all other LSP, I got no problem.
Is this a known issue?
My config:
The text was updated successfully, but these errors were encountered: