We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a new snowblock for Atom including
The package-sync package should be supported with a packages.cson file including all installed packages.
packages.cson
The project-folder.cson configuration file for the project-folder package should contain all necessary group entries.
project-folder.cson
The text was updated successfully, but these errors were encountered:
528383c
Add new snowblock for Atom
392e927
Created a new snowblock for Atom (1) including * the main CSON based condifuration file (2) * the keymapping configuration file (3) > Package Support * package-sync The "package-sync" (4) package should be supported with a "packages.cson" file including all installed packages. * project-folder The "project-folder.cson" configuration file for the project-folder (5) package contains all necessary group entries. References: (1) https://atom.io (2) https://flight-manual.atom.io/using-atom/sections/basic-customization/#configuring-with-cson (3) http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth (4) https://github.com/t9md/atom-project-folder (5) https://github.com/lee-dohm/package-sync Closes GH-106
No branches or pull requests
Create a new snowblock for Atom including
Package Support
package-sync
The package-sync package should be supported with a
packages.cson
file including all installed packages.project-folder
The
project-folder.cson
configuration file for the project-folder package should contain all necessary group entries.The text was updated successfully, but these errors were encountered: