Swap vc-dir for magit in project-switch-commands

This commit is contained in:
Evie Litherland-Smith 2024-02-16 14:26:11 +00:00
parent e8f25623b2
commit 14eff0bb89

View file

@ -145,6 +145,7 @@ Set treesit to fontify all elements, default was 3 (out of 4)
:diminish :diminish
:hook (js-ts-mode . flymake-eslint-enable)) :hook (js-ts-mode . flymake-eslint-enable))
#+end_src #+end_src
** ruff ** ruff
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package flymake-ruff (use-package flymake-ruff
@ -160,8 +161,8 @@ Set treesit to fontify all elements, default was 3 (out of 4)
project-switch-commands '((project-find-file "Find file") project-switch-commands '((project-find-file "Find file")
(project-find-regexp "Find regexp") (project-find-regexp "Find regexp")
(project-find-dir "Find directory") (project-find-dir "Find directory")
(project-vc-dir "VC-Dir") (project-eshell "Eshell")
(project-eshell "Eshell"))) (magit-project-status "Magit")))
#+end_src #+end_src
* Version control * Version control
** Magit ** Magit
@ -398,4 +399,3 @@ Set fill column to 88 and enable display in python buffers
(use-package cargo (use-package cargo
:hook (rust-ts-mode . cargo-minor-mode)) :hook (rust-ts-mode . cargo-minor-mode))
#+end_src #+end_src