mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2020-10-05 da7a138d4c75e63ec64237b6d01934023782848d
Added versions control status to mode line
1 files modified
6 ■■■■■ changed files
config.org 6 ●●●●● patch | view | raw | blame | history
config.org
@@ -740,6 +740,12 @@
    (setq company-minimum-prefix-length 3))
#+END_SRC
** Version control
Settings for emacs' own version control system.
*** Enable version control on the mode line
#+BEGIN_SRC emacs-lisp
  (vc-mode)
#+END_SRC
** Magit
Emacs git client.
Pretty good and offers fairly decent features.