We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the latest version on master, my *config-compilation* buffer contains the text:
master
*config-compilation*
Symbol's function definition is void: package-initialize Process config-compilation exited abnormally with code 255
Do we need to (require 'package) before we call (package-initialize)?
(require 'package)
(package-initialize)
The text was updated successfully, but these errors were encountered:
init: Require 'package before calling package-initialize
aabc0a9
[GitHub]: This commit resolves #135. Signed-off-by: Kristofer Rye <[email protected]>
rye
Successfully merging a pull request may close this issue.
On the latest version on
master
, my*config-compilation*
buffer contains the text:Do we need to
(require 'package)
before we call(package-initialize)
?The text was updated successfully, but these errors were encountered: