Make project switching find files

This commit is contained in:
2026-05-11 22:49:38 -07:00
parent ba07ad9747
commit aed1f43818

View File

@@ -1762,7 +1762,8 @@ bind-key and global-set-key forms.
("C-c p" . project-prefix-map) ("C-c p" . project-prefix-map)
:custom :custom
((project-vc-merge-submodules nil) ((project-vc-merge-submodules nil)
(project-vc-extra-root-markers '(".project" ".projectile"))) (project-vc-extra-root-markers '(".project" ".projectile"))
(project-switch-commands 'imalison:project-find-file))
:config :config
(progn (progn
(defun imalison:project-root (&optional directory) (defun imalison:project-root (&optional directory)