ignore go-build for projectile
This commit is contained in:
parent
7d31a92125
commit
c9b5ad6ecb
@ -1764,6 +1764,7 @@ window is active in the perspective."
|
|||||||
(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 "Godeps")
|
||||||
(add-to-list 'projectile-globally-ignored-files "thrift-binaries")
|
(add-to-list 'projectile-globally-ignored-files "thrift-binaries")
|
||||||
|
(add-to-list 'projectile-globally-ignored-files "go-build")
|
||||||
(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