Restore project-switch-commands

This commit is contained in:
Evie Litherland-Smith 2023-12-03 16:02:52 +00:00
parent 2376ef8016
commit e0258c8fd9
2 changed files with 10 additions and 2 deletions

View file

@ -487,7 +487,11 @@
(global-flymake-popon-mode +1))
(setq project-switch-use-entire-map t
project-switch-commands 'project-dired)
project-switch-commands '((project-find-file "Find file")
(project-find-regexp "Find regexp")
(project-find-dir "Find directory")
(project-vc-dir "VC-Dir")
(project-eshell "Eshell")))
(use-package magit
:ensure t

View file

@ -589,7 +589,11 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
** Project
#+BEGIN_SRC emacs-lisp
(setq project-switch-use-entire-map t
project-switch-commands 'project-dired)
project-switch-commands '((project-find-file "Find file")
(project-find-regexp "Find regexp")
(project-find-dir "Find directory")
(project-vc-dir "VC-Dir")
(project-eshell "Eshell")))
#+END_SRC
** Version control
*** Magit