Moved vcs section into its own file.
This commit is contained in:
19
config.org
19
config.org
@@ -457,24 +457,7 @@ of a project, and convey the results to various completion facilities.
|
|||||||
|
|
||||||
#+INCLUDE: "config/style.org" :minlevel 1
|
#+INCLUDE: "config/style.org" :minlevel 1
|
||||||
|
|
||||||
* VCS
|
#+INCLUDE: "config/vcs.org" :minlevel 1
|
||||||
|
|
||||||
When it comes to git, (which is all that's configured for now), the easy
|
|
||||||
choice is [[https://magit.vc/][Magit]]. I've kept the configuration pretty minimal. Only adding
|
|
||||||
forge support really.
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(use-package magit
|
|
||||||
:defer t
|
|
||||||
:custom
|
|
||||||
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
|
||||||
(magit-diff-refine-hunk 'all)
|
|
||||||
:config
|
|
||||||
(transient-bind-q-to-quit))
|
|
||||||
|
|
||||||
(use-package forge
|
|
||||||
:after (magit))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
* Language Server Protocol
|
* Language Server Protocol
|
||||||
|
|
||||||
|
|||||||
19
config/vcs.org
Normal file
19
config/vcs.org
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
* VCS
|
||||||
|
|
||||||
|
When it comes to git, (which is all that's configured for now), the easy
|
||||||
|
choice is [[https://magit.vc/][Magit]]. I've kept the configuration pretty minimal. Only adding
|
||||||
|
forge support really.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package magit
|
||||||
|
:defer t
|
||||||
|
:custom
|
||||||
|
(magit-repository-directories (list (cons elpaca-repos-directory 1)))
|
||||||
|
(magit-diff-refine-hunk 'all)
|
||||||
|
:config
|
||||||
|
(transient-bind-q-to-quit))
|
||||||
|
|
||||||
|
(use-package forge
|
||||||
|
:after (magit))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
Reference in New Issue
Block a user