From da7a138d4c75e63ec64237b6d01934023782848d Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Mon, 05 Oct 2020 12:39:52 +0000
Subject: [PATCH] Added versions control status to mode line

---
 config.org |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/config.org b/config.org
index ccb7836..4eaadc5 100644
--- a/config.org
+++ b/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.

--
Gitblit v1.9.3