Skip to content

Commit

Permalink
[#326] Don't show deleted files in Projectile
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Feb 28, 2023
1 parent 20796e5 commit 75e3434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions emacs/radian.el
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,10 @@ active minibuffer, even if the minibuffer is not selected."
:bind-keymap* (("C-c p" . projectile-command-map))
:config

;; Workaround <https://github.com/bbatsov/projectile/issues/1148>
(when (executable-find "fdfind")
(setq projectile-git-command "fdfind -H -0 -E .git -tf --strip-cwd-prefix"))

;; Use Vertico (via `completing-read') for Projectile instead of
;; IDO.
(setq projectile-completion-system 'default)
Expand Down

0 comments on commit 75e3434

Please sign in to comment.