Skip to main content

Make Atom Editor load faster

The default installation of Atom editor comes with a bunch of core packages that you may not need. I have found that you can actually speed up the load time of Atom by disabling a lot of these core packages.

The good thing about Atom is anytime I need a package I can just enable it and it's instantly active (for most packages). Please note that what you disable would depend on your own needs. For example, if you develop Java, you would want to keep 'language-java' enabled.

I proceeded to disable the following packages as I did not see the need for them at the moment.
  • about - if disabled, nothing will happen if you click Help > About Atom. You can still check for updates using Help > Check for Update.
  • archive-view
  • autocomplete-atom-api
  • autoflow
  • autosave - Atom will still save your edit buffer. This package is not necessary to save buffer.
  • background-tips - The tips shown when you don't have any tab open.
  • bookmarks
  • command-palette
  • dalek
  • deprecation-cop
  • dev-live-reload
  • fuzzy-finder
  • incompatible-packages
  • keybinding-resolver
  • language-c
  • language-clojure
  • language-coffee-script
  • language-csharp
  • language-go
  • language-java
  • language-make
  • language-mustache
  • language-objective-c
  • language-perl
  • language-property-list
  • language-python
  • language-ruby
  • language-ruby-on-rails
  • language-sass
  • language-shellscript
  • language-toml
  • open-on-github
  • package-generator
  • snippets
  • styleguide
  • symbols-view
  • update-package-dependencies
  • welcome
  • whitespace - I hate it when Atom "cleans" a file based on unwritten rules without my permission. This package or all of its options should have been disabled by default.
  • wrap-guide - This is the 80 char vertical line in the editor.
So these packages are left enabled by me (based on my preferences):
  • autocomplete-css
  • autocomplete-html
  • autocomplete-plus
  • autocomplete-snippets
  • bracket-matcher - Tip: Install swackets!
  • encoding-selector
  • exception-reporting
  • find-and-replace
  • git-diff
  • github
  • go-to-line
  • grammar-selector
  • image-view
  • language-css
  • language-gfm
  • language-git
  • language-html
  • language-hyperlink
  • language-javascript
  • language-json
  • language-less
  • language-php
  • language-source
  • language-sql
  • language-text
  • language-todo
  • language-xml
  • language-yaml
  • line-ending-selector
  • link
  • markdown-preview
  • metrics
  • notifications
  • settings-view - Careful with this. I suspect you may end up not able to access Settings if you disable this.
  • spell-check
  • status-bar
  • tabs
  • timecop - You can disable this as well. I used it to capture Atom's load time.
  • tree-view

Comments

Popular posts from this blog

Disable auto save in JetBrains IDE software (IntelliJ IDEA, PyCharm, PhpStorm)

JetBrains provides the following IDE software: IntelliJ IDEA PhpStorm PyCharm RubyMine WebStorm AppCode CLion Google also provides Android Studio which is powered by the IntelliJ platform. If you come from a different IDE such as Eclipse, you will be unpleasantly surprised to find that JetBrains-branded IDEs automatically save everything the moment you look away. The proponents argue that as you work on your project, you should not have to worry about saving files. But to others, this auto-save behavior which is enabled by default is a curse that catches them by surprise, and a shocking departure from the workflow they are very much used to. You can change the behavior by altering some settings.

Make Samsung DVD-C350 region-free

Update 2: An anonymous commentator has shown me a way to make Region 1 players (such as DVD-H1080R) region-free by first converting it to Region 3, then applying my region-free hack below. For details, click here or look for a comment by an Anonymous user dated 18 April 2011. Update: The instructions in the original post below did not make the DVD player region-free. Instead it only locked it to region 1. Many thanks to Anonymous who posted the first comment on this post, I now have alternate instructions. Note: If you have edited the numbers menu (see original post) , I suggest you return it to the original settings you had backed up. A modified numbers menu may prevent the instructions below from working properly.

Group, Ungroup and Regroup disabled in Word

I was editing a Microsoft Word document which had a collection of shapes and text boxes grouped together. I wanted to modify some of the shapes, and therefore I had to ungroup them. But when I right-click the group and open the Group menu, all three options namely Group, Ungroup and Regroup are completely disabled or grayed out. I couldn’t figure out what’s wrong. This group of objects is perfectly ungroupable, and I can even select objects within the group. However, Microsoft Word 2007 is not letting me ungroup it. I searched the Internet for a solution, but did not find anything very useful. The closest I came across is this statement: “The type of Text Wrapping doesn't make any difference as long as it isn't In Line with Text.” ( Link here ) Anyway, I changed the text wrapping of the group of objects from ‘In line with Text’ to ‘Tight’ and viola! I could now ungroup it and edit it. The document got a bit messed up when I did so, but after I ungrouped, edited and regro