Skip to content

Instantly share code, notes, and snippets.

@hugotkk
Last active August 20, 2018 01:29
Show Gist options
  • Save hugotkk/bae578d32abbf4be87c581aa4083b533 to your computer and use it in GitHub Desktop.
Save hugotkk/bae578d32abbf4be87c581aa4083b533 to your computer and use it in GitHub Desktop.
emacs
(custom-set-variables '(helm-ag-base-command "git --no-pager grep --full-name -n --no-color "))
"ag --nocolor --nogroup"
(setq projectile-indexing-method 'git)
(setq projectile-enable-caching t)
(global-set-key (kbd "C-'") 'ace-jump-buffer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment