summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2021-03-28 20:00:34 +0200
committerAlan Pearce2021-03-28 20:00:34 +0200
commit113c154ed21e88dab5d28fe51c5d9c3f07c2842b (patch)
treecce0cca5b05bd59a284423746dcc05d6e6f90169 /user
parentc0810b3bf27f6bc9e1359aa1422d285dc8168985 (diff)
downloadnixfiles-113c154ed21e88dab5d28fe51c5d9c3f07c2842b.tar.lz
nixfiles-113c154ed21e88dab5d28fe51c5d9c3f07c2842b.tar.zst
nixfiles-113c154ed21e88dab5d28fe51c5d9c3f07c2842b.zip
Emacs: use newer projectile variable name
Diffstat (limited to 'user')
-rw-r--r--user/emacs/init.el8
1 files changed, 4 insertions, 4 deletions
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)