mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
355 B
355 B
Installing Packages (Partially Implemented)
To install a package, clone it into the ~/.atom/packages directory.
If you want to disable a package without removing it from the packages
directory, insert its name into config.core.disabledPackages:
config.cson:
core:
disabledPackages: [
"fuzzy-finder",
"tree-view"
]