-
-
Notifications
You must be signed in to change notification settings - Fork 141
Support straight.el
properly in dashboard-init-info
#147
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
Support straight.el
properly in dashboard-init-info
#147
Conversation
Let me give it a try! |
That seems less than optimal. What about Of course, this only works after startup. |
May I know why it is less than optimal? I'm not an expert on elisp |
Sure, no problem. Your code will trigger just because |
Thank you @raxod502 for the explanation. I'll update this PR then |
If you want to support |
0e169b3
to
23a0b4f
Compare
23a0b4f
to
f654e9e
Compare
straight.el
properly in dashboard-init-info
@JesusMtnez this doesn't seem to work either. What could be the problem? |
I don't use this package, but evaluating that variable definition in my Emacs session does indeed give
|
You're right, I forgot to byte compile jaja it does work. |
(bound-and-true-p package-alist)
to check ifpackage.el
is enabled.(and (boundp 'straight--profile-cache) (hash-table-p straight--profile-cache))
to check ifstraight.el
is enabled.This should fix discussion in #138
@romatthe could you please check if this works for you with
straight.el
?@ema2159 I would also like your opinion on this