-
Notifications
You must be signed in to change notification settings - Fork 22
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
The autoload of CTRLF breaks Emacs startup #49
Comments
It should not. If it does, that is a bug, and a very bad one. It may have to do with the autoloads caching system in
Better is to |
If so I will update the changelog. |
I will if I could find a reproduce recipe.
It does :D |
Thanks. |
I updated to the latest version, then I got this when Emacs startup:
The weird thing is even I remove the
use-package
code of CTRLF, this still happens. I looked into it and found it may be caused by this in the autoload:When I delete
straight/build-cache.el
, Emacs could startup correctly, but when I open Emacs again, it fails. Notice that theuse-package
code of CTRLF is already removed, but I think straight still builds it since it's instraight/repos
.A simple fix is add
;;;###autoload
on(require 'map)
, but I'm not sure if this is a good fix.The text was updated successfully, but these errors were encountered: