Evie Litherland-Smith
6f04773670
Change some keymaps that didn't need to be hydras into regular keymaps Misc formatting of module files to be a bit easier to read/understand
13 lines
400 B
EmacsLisp
13 lines
400 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")))
|
|
|
|
(when (require 'magit nil :noerror)
|
|
(setq magit-clone-default-directory "~/Projects/"))
|
|
|
|
(provide 'custom-project-config)
|