[*.{js,py}]
charset = utf-8
[*.php]
charset = cp866
autocmd FileType python colorscheme default
autocmd FileType ruby colorscheme desert
C-c p s g Run grep on the files in the project.
M-- C-c p s g Run grep on projectile-grep-default-files in the project.
C-c p s a Runs ack on the project. Requires the presence of ack-and-a-half.
C-c p s s Runs ag on the project. Requires the presence of ag.el.