-
Notifications
You must be signed in to change notification settings - Fork 42
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
initialized zetteldeft at start #116
Comments
I'm not sure I understand your question. Do you mean configure Emacs so that Zetteldeft loads at the start? Or is the issue that you manually need to launch Deft before you can create a new Zetteldeft note? |
The issue is, everytime I do |
This seems like a timing issue with package initialization. Why not just load and run |
Yeah, or instead of using
Do you really mean every time? Deft should only initialize the first time. Then it's ready to go. |
I put this line after (require 'deft) in my init and restarted Emacs. However, when I create a new Zetteldeft note... I see again the "deft initializing" message, taking some time.
No, I stand myself corrected: just the first time when I start Emacs. |
Can you share more of your init file? My guess would be that Deft loading is still somehow delayed |
This is all my deft and zetteldeft config:
|
Not sure if it will make a huge difference, but you could try this order:
I also added |
The reordering did not work, unfortunately! Not sure what it is anymore at this stage! |
Can you check which version of Zetteldeft you are using? Assuming you installed via MELPA, what's the package's date? |
Thanks, it is: 20210602.841 |
Is there a way to start emacs with initialized zetteldeft (to avoid waiting in the first note creation)? Thanks!
The text was updated successfully, but these errors were encountered: