Replies: 1 comment 2 replies
-
|
It's a feature, not a bug. Some users use Consult preview to load modes ;) In other words, this is not implemented right now. We could add an option, but I don't think it is worth it. Usually Emacs isn't restarted often and so you end up with all your usual modes loaded anyway. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried a few things by configuring consult-preview-allowed-hooks and consult-preview-variables, but in the end the major mode per filetype always seems to be loaded.
(removing global-font-lock-mode does help a bit with my fundamental problem, but, especially on my Windows machine loading some modes for the first time is a costly operation)
Am I missing any obvious solution?
Beta Was this translation helpful? Give feedback.
All reactions