forked from colonelpanic/dotfiles
projectile ignore godeps and thrift binaries globally
This commit is contained in:
parent
b306cf6e90
commit
a4e452f110
@ -1657,6 +1657,8 @@ window is active in the perspective."
|
|||||||
(projectile-global-mode)
|
(projectile-global-mode)
|
||||||
(setq projectile-enable-caching t)
|
(setq projectile-enable-caching t)
|
||||||
(setq projectile-completion-system 'helm)
|
(setq projectile-completion-system 'helm)
|
||||||
|
(add-to-list 'projectile-globally-ignored-files "Godeps")
|
||||||
|
(add-to-list 'projectile-globally-ignored-files "thrift-binaries")
|
||||||
(helm-projectile-on)
|
(helm-projectile-on)
|
||||||
(diminish 'projectile-mode)
|
(diminish 'projectile-mode)
|
||||||
(unbind-key "C-c p S" projectile-command-map)
|
(unbind-key "C-c p S" projectile-command-map)
|
||||||
|
Loading…
Reference in New Issue
Block a user