mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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))
|
||||
|
Reference in New Issue
Block a user