Skip to content

Commit

Permalink
Use projectile find file bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Santos committed Oct 8, 2020
1 parent bc2a999 commit 5dd87ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/project_management.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(use-package projectile
:init
(setq projectile-completion-system 'ivy)
(setq projectile-completion-system 'ivy
projectile-git-command "fd . -0 --type f --hidden --color=never")
(projectile-mode +1)
:bind (("C-c p" . projectile-command-map)
("C-," . counsel-projectile-switch-to-buffer)
Expand Down

0 comments on commit 5dd87ce

Please sign in to comment.