diff options
author | Raúl Benencia <id@rbenencia.name> | 2023-07-28 08:00:27 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2023-07-28 08:00:27 -0700 |
commit | 6e94ad0b922de3d515c58408a54e7833f11685ee (patch) | |
tree | 4968af51f820bb574b10223bbca889afea86923d /.emacs.d/rul-init.d/projectile.el | |
parent | 1dbdde9d5c392bf2042ee36abe37b9ec6cd86b2d (diff) |
emacs: ivy is no more
Diffstat (limited to '.emacs.d/rul-init.d/projectile.el')
-rw-r--r-- | .emacs.d/rul-init.d/projectile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/rul-init.d/projectile.el b/.emacs.d/rul-init.d/projectile.el index ed95775..a3c5dd5 100644 --- a/.emacs.d/rul-init.d/projectile.el +++ b/.emacs.d/rul-init.d/projectile.el @@ -4,5 +4,5 @@ :hook (after-init . projectile-global-mode) :config - (setq projectile-completion-system 'ivy) + (setq projectile-completion-system 'auto) ) |