You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent two hours trying to understand why this package won't load in Spacemacs. It kept complaining that Package lacks a "Version" or "Package-Version" header. Which is not true. It does have proper headings.
It seemed like I tried everything, but it wouldn't work. I refused to give up. Finally, I checked the buffer-file-coding-system and it says "utf-8-dos". Wat?
AFAIK Spacemacs uses Quelpa. And apparently, that thing doesn't understand DOS files (?). Or maybe I have to set core.autocrlf in .gitconfig, or do something else? I don't know. It just doesn't work on my Mac. Only re-encoding the file worked.
I'm going to leave this here, in case someone else stumbles on that. But perhaps converting the .el file to another (more modern) coding system would be wise.
The text was updated successfully, but these errors were encountered:
I spent two hours trying to understand why this package won't load in Spacemacs. It kept complaining that
Package lacks a "Version" or "Package-Version" header
. Which is not true. It does have proper headings.It seemed like I tried everything, but it wouldn't work. I refused to give up. Finally, I checked the
buffer-file-coding-system
and it says "utf-8-dos". Wat?AFAIK Spacemacs uses Quelpa. And apparently, that thing doesn't understand DOS files (?). Or maybe I have to set
core.autocrlf
in.gitconfig
, or do something else? I don't know. It just doesn't work on my Mac. Only re-encoding the file worked.I'm going to leave this here, in case someone else stumbles on that. But perhaps converting the .el file to another (more modern) coding system would be wise.
The text was updated successfully, but these errors were encountered: