-
Notifications
You must be signed in to change notification settings - Fork 5
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
Still need (require 'torus) if using use-package #1
Comments
Strange, for what I know of use-package, it calls the require line. I shall investigate; thanks for reporting ! |
All right, it seems to happen because use-package tend to autoload functions Here is my declaration:
|
This is awesome. Thanks!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following in my emacs.el:
Torus is installed on the system; however, upon restart I still need to either
(find-library torus)
andeval-buffer
or I need a (require `torus) preceding my use-package line. For every other library in my file (~100 of them) use-package does the trick on its own. Why do I still need require to get torus loaded?The text was updated successfully, but these errors were encountered: