mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Add magit to project switching
This commit is contained in:
parent
aed97a8d59
commit
ccdc458450
10
init.org
10
init.org
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user