Merge pull request #5227 from iyefrat/projectile

don't explicitly set `projectile-completion-system`
This commit is contained in:
Henrik Lissner 2021-07-08 14:11:14 -04:00 committed by GitHub
commit 6b1b0b6dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -172,7 +172,6 @@ Can be negative.")
helm-projectile-switch-project
helm-projectile-switch-to-buffer)
:init
(setq projectile-completion-system 'helm)
(defvar helm-projectile-find-file-map (make-sparse-keymap))
:config
(set-keymap-parent helm-projectile-find-file-map helm-map))

View file

@ -64,7 +64,6 @@ results buffer.")
ivy-fixed-height-minibuffer t
ivy-read-action-function #'ivy-hydra-read-action
ivy-read-action-format-function #'ivy-read-action-format-columns
projectile-completion-system 'ivy
;; don't show recent files in switch-buffer
ivy-use-virtual-buffers nil
;; ...but if that ever changes, show their full path