Towards a better Emacs
This post lists some customizations and libs towards a better Emacs IMO. This is an evolving document.
Updated: 4 July 2017
Adding Marmalade
Better Defaults
Github Link
Smex
Github Link
Window Navigation
Find files in git project
More info
Ignoring certain files and folders while doing grep
Duplicate a line
Hat Tip
Auto complete
More info
Keep auto save files out of current dir
Running emacs as daemon
I have added the following lines to my shell rc
Zenburn Theme
JS editing
Keys
Follow this
Speedbar in the current frame
Speedbar is great for tree navigation. It comes with emacs 24+ by default. To open speedbar in current frame, use this
Find any file in a git project
Use helm and helm-ls-git to get a fast and fantastic project browser.