From 99cd3c14999ea5376b244ab65ee9676664a74980 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Mon, 05 Oct 2020 13:01:52 +0000
Subject: [PATCH] Removed newline from end of snippets

---
 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