2023-10-24 08:06:35 +01:00
|
|
|
(setq project-switch-use-entire-map t
|
|
|
|
project-switch-commands
|
|
|
|
'((project-dired "Browse directory")
|
|
|
|
(project-find-file "Find file")
|
|
|
|
(project-find-regexp "Find regexp")
|
|
|
|
(project-find-dir "Find directory")
|
2023-10-29 07:00:48 +00:00
|
|
|
(project-eshell "Eshell")))
|
|
|
|
|
2023-11-01 08:37:30 +00:00
|
|
|
(setq magit-clone-default-directory "~/Projects/")
|
|
|
|
(require 'magit nil :noerror)
|
2023-10-25 09:20:22 +01:00
|
|
|
|
2023-10-24 08:06:35 +01:00
|
|
|
(provide 'custom-project-config)
|