Emacs: use newer projectile variable name
Alan Pearce alan@alanpearce.eu
Sun, 28 Mar 2021 20:00:34 +0200
1 files changed, 4 insertions(+), 4 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -411,10 +411,10 @@ (add-to-list 'projectile-project-root-files-bottom-up "pnpm-workspace.yaml") (setq projectile-completion-system 'ivy projectile-kill-buffers-filter 'kill-only-files projectile-sort-order 'modification-time - projectile-project-root-files-functions '(projectile-root-local - projectile-root-top-down - projectile-root-bottom-up - projectile-root-top-down-recurring)) + projectile-project-root-functions '(projectile-root-local + projectile-root-top-down + projectile-root-bottom-up + projectile-root-top-down-recurring)) (projectile-mode +1) (with-eval-after-load 'evil-ex (evil-ex-define-cmd "rg" #'ripgrep-regexp)