forked from colonelpanic/dotfiles
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)
|
||||
(add-to-list 'projectile-globally-ignored-files "Godeps")
|
||||
(add-to-list 'projectile-globally-ignored-files "thrift-binaries")
|
||||
(add-to-list 'projectile-globally-ignored-files "go-build")
|
||||
(helm-projectile-on)
|
||||
(diminish 'projectile-mode)
|
||||
(unbind-key "C-c p S" projectile-command-map)
|
||||
|
Loading…
Reference in New Issue
Block a user