Skip to content

Instantly share code, notes, and snippets.

@573
Created March 6, 2025 17:08
Show Gist options
  • Save 573/15f983f57795db35727810cecb7d35b0 to your computer and use it in GitHub Desktop.
Save 573/15f983f57795db35727810cecb7d35b0 to your computer and use it in GitHub Desktop.
emacs upgrade on windows gotchas

when upgrading emacs 29.4 to 30.1 my plugins didn't work anymore, starting with corfu-global-mode giving error symbol definition void.

this minad/corfu#412 (comment) link finally gave the right impulse just that I installed all packages anew doing M-x list-packages and there reinstalling every package I use including use-package.

also, even when on the plus side of news, on windows I only need one LNK-File to start a emacs daemon automatically with emacsclient anymore: "C:\Program Files\Emacs\emacs-30.1\bin\emacsclientw.exe" -c -a "" starting in "C:\Program Files\Emacs\emacs-30.1\bin"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment