nixos/home/emacs/modules/custom-project-config.el
Evie Litherland-Smith 46adafaf28 Wrap theme setting in when check for doom-themes
Move a few more things into modules from init.el, misc formatting otherwise
2023-10-27 06:59:10 +01:00

11 lines
359 B
EmacsLisp

(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")
(project-eshell "Eshell"))
magit-clone-default-directory "~/Projects/")
(provide 'custom-project-config)