Skip to content

Instantly share code, notes, and snippets.

@hlissner
Last active October 3, 2022 13:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlissner/46d6423a49f19d30e34336eb5bc1a07e to your computer and use it in GitHub Desktop.
Save hlissner/46d6423a49f19d30e34336eb5bc1a07e to your computer and use it in GitHub Desktop.
@brabalan
Copy link

With the following profiles.el (if I put back the dot, doom profiles sync fails

((plain (user-emacs-directory . "~/.emacs-configs/plain")))

I get the following error when loading:

Warning (initialization): An error occurred while loading ‘/home/schmitta/.emacs-configs/plain/early-init’:

Wrong type argument: stringp, nil

There is no early-init in this emacs configuration.

The same happens if I try to load safe-mode.

@hlissner
Copy link
Author

I've moved the guide to https://github.com/doomemacs/doomemacs/tree/master/profiles

@brabalan I've pushed a few commits in the past 4 days to address the stringp error issue. Please update and try again.

@brabalan
Copy link

I confirm I no longer have an error. However, the init.el of my profile is not loaded (I tried doing a doom sync --profile plain before and it did not change anything).

@hlissner
Copy link
Author

hlissner commented Oct 3, 2022

@brabalan This should've been fixed in doomemacs/doomemacs@7aa87eb.

@brabalan
Copy link

brabalan commented Oct 3, 2022

I confirm profile loading now works. Thanks!

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