don't explicitly set projectile-completion-system

The default value is `'auto`, which handles the detection of the active
completion system, see the definition of `projectile-completing-read`.
This commit is contained in:
Itai Y. Efrat 2021-07-03 15:20:59 +03:00
parent 2731685095
commit b3dfd4758d
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))