Evie Litherland-Smith
16babc3f15
Switch email from mu/mu4e to notmuch, with associated service changes Add elfeed config, enable useful minor-modes Slight restructure of file layout
9 lines
308 B
EmacsLisp
9 lines
308 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")))
|
|
(provide 'custom-project-config)
|