Add magit to project switching

This commit is contained in:
larstvei 2023-07-28 01:27:00 -07:00
parent aed97a8d59
commit ccdc458450

View File

@ -738,6 +738,16 @@
#+end_src #+end_src
* Project
#+begin_src emacs-lisp
(use-package project
:config
(add-to-list 'project-switch-commands '(magit-project-status "Magit" ?m)))
#+end_src
* EditorConfig * EditorConfig
Using [[https://editorconfig.org/][EditorConfig]] is a must when collaborating with others. It is also a way Using [[https://editorconfig.org/][EditorConfig]] is a must when collaborating with others. It is also a way