From 113c154ed21e88dab5d28fe51c5d9c3f07c2842b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 28 Mar 2021 20:00:34 +0200 Subject: Emacs: use newer projectile variable name --- user/emacs/init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user/emacs/init.el') diff --git a/user/emacs/init.el b/user/emacs/init.el index 89ede8e4..680bfead 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -411,10 +411,10 @@ _p_rev _u_pper _=_: upper/lower _r_esolve (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) -- cgit 1.4.1