Skip to content
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

Packages load on Windows only on first run #1076

Open
torusJKL opened this issue Apr 2, 2024 · 0 comments
Open

Packages load on Windows only on first run #1076

torusJKL opened this issue Apr 2, 2024 · 0 comments

Comments

@torusJKL
Copy link

torusJKL commented Apr 2, 2024

I'm trying to use Emacs 29.3 on Windows 11.

Some packages are installed and loaded without any issue on first run.
But when opening Emacs a second time the packages fail to load until I delete all files from the elpa folder and restart Emacs.
At which point they will work for one time.

The same configuration works without issues on Linux.

Error message:

 ■  Error (use-package): vertico/:init: Symbol’s function definition is void: vertico-mode
 ■  Error (use-package): flycheck/:init: Symbol’s function definition is void: global-flycheck-mode
 ■  Error (use-package): lorem-ipsum/:init: Symbol’s function definition is void: lorem-ipsum-use-default-bindings
 ■  Error (use-package): detached/:init: Symbol’s function definition is void: detached-init

There is nothing special in the configuration of these packages.
e.g. Vertico:

  (use-package vertico
	:ensure t
	:init
	(vertico-mode))

A have many more packages but it's always the above group that fails while the other packages load fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant