home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9f22fd32fe2956bf5c126446d5d73a0a605d6c38
parent d35c1f447ce219c61b6df5ef4e6b4e3e2b41a58b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  9 Apr 2020 12:38:35 +0200

config-projects.el: use 'default as completion

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-projects.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-projects.el b/tools/emacs/config/config-projects.el @@ -26,6 +26,7 @@ projectile-vc) :bind-keymap ("C-c p" . projectile-command-map) :config + (setq projectile-completion-system 'default) (projectile-mode) ;; Remove dead projects when Emacs is idle (run-with-idle-timer 10 nil #'projectile-cleanup-known-projects)