-
Notifications
You must be signed in to change notification settings - Fork 25
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
julia-snail-mode not activating with use-package :hook #70
Comments
I love the emoji lighter idea! I'll have to steal it. Your hook is not quite right. Try More troubleshooting tips:
|
Weird. It's almost like the Snail autoloads aren't working in your environment. I wonder if native compilation affects this. I'd like to know a bit more, because I'm sure other people will run into this problem. If you don't mind running the original configuration with a fresh Emacs session, please try the following:
PS: Also... 1411921 😎 |
I've made the update and I see our friendly snail! |
Just to clarify, after you manually load |
Alright I tried again, I put the hook back in the Opening a julia file does not load the mode, the value of the hook after opening a julia file is I'm not really sure what's going on. It might be that some other hook is messing up with |
Thank you for investigating that. I wonder if it's a deferred loading bug in use-package; perhaps some subtle interaction with native compilation. I'm reluctant to make your workaround an official recommendation, since it feels wrong to affect other modes' configurations. For now, I'll keep this ticket open, and we'll see if anyone else finds something. |
I've been looking into this problem in #75, and I think I finally understand what happens. You don't have an explicit |
This should be resolved, please see #70 (comment) Please reopen this ticket if there's anything else. |
Hi!
I'm trying to use
julia-snail
with this simple config :When I open a julia file, snail is not started though the hook is there and I have vterm installed as well. I can
M-x julia-snail-mode
without an issue but the hook does not seem to work.I'm using the master branch of emacs with native compilation.
How can I fix this?
Thanks for the help.
The text was updated successfully, but these errors were encountered: