Evie Litherland-Smith
a9f798f051
Add some more fonts Try to fix modeline fonts, still not quite working, rearranged config to test this
13 lines
391 B
EmacsLisp
13 lines
391 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")))
|
|
|
|
(setq magit-clone-default-directory "~/Projects/")
|
|
(require 'magit nil :noerror)
|
|
|
|
(provide 'custom-project-config)
|