Fix project.el issue

This commit is contained in:
Joseph Ferano 2022-12-25 23:27:31 +07:00
parent 85ce390237
commit da2e7b2393

View File

@ -656,7 +656,7 @@ The theme of `C-x 4` bindings is that they operate on other windows, so this fun
(let ((override (locate-dominating-file dir ".project.el"))) (let ((override (locate-dominating-file dir ".project.el")))
(if override (if override
(cons 'transient override) (cons 'transient override)
nil))) (project-try-vc dir))))
(add-hook 'project-find-functions #'joe/project-root-override) (add-hook 'project-find-functions #'joe/project-root-override)
#+end_src #+end_src