all repos — nixfiles @ 113c154ed21e88dab5d28fe51c5d9c3f07c2842b

System and user configuration, managed by nix and home-manager

Emacs: use newer projectile variable name

Alan Pearce
commit

113c154ed21e88dab5d28fe51c5d9c3f07c2842b

parent

c0810b3bf27f6bc9e1359aa1422d285dc8168985

1 file changed, 4 insertions(+), 4 deletions(-)

jump to
M user/emacs/init.eluser/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)