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

Setting "core" options in ~/.atom/config.cson #16

Closed
sglyon opened this issue Dec 7, 2015 · 3 comments
Closed

Setting "core" options in ~/.atom/config.cson #16

sglyon opened this issue Dec 7, 2015 · 3 comments
Labels

Comments

@sglyon
Copy link
Contributor

sglyon commented Dec 7, 2015

I'm trying to apply the theme/syntax highlighting I had in my atom config from within proton and am having problems.

I've added the proper packages to the :additional-packages section and in :configuration I have included

    ["core.themes" ["isotope-ui"
                    "tomorrow-night-eighties-syntax"]]

When I launch a new atom (proton) window the console tells me

Setting core.themes to ["isotope-ui" "tomorrow-night-eighties-syntax"]

But then when I do cat ~/.atom/config.cson I see core: {}

Is there supposed to be another way to do this?

@dvcrn
Copy link
Owner

dvcrn commented Dec 8, 2015

Hrrm this indeed doesn't work. I think it might be that the value is a vector / array which I didn't know was possible.

I'll see if I can submit a hotfix for this

@dvcrn dvcrn added the bug label Dec 8, 2015
@dvcrn dvcrn closed this as completed in 25eec76 Dec 8, 2015
@dvcrn
Copy link
Owner

dvcrn commented Dec 8, 2015

Ok, vectors are now being parsed correctly as javascript arrays. Tested it with a few themes and seems to work. Let me know if you still have problems

@sglyon
Copy link
Contributor Author

sglyon commented Dec 8, 2015

Fixed, thanks!

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

No branches or pull requests

2 participants