mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -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:
@@ -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
|
||||
|
Reference in New Issue
Block a user