Evie Litherland-Smith
c549ee4f97
Move emacs package definition (with emacsPackages) to system/emacs.nix Keep user config in home-manager as emacs service is installed as user service Remove extra expressions (formatters, lsp_servers) and bring back into default.nix Move config/ directory contents up one level
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)
|