From 995f2ceb7c353062c9c81e3a73fd27220293629e Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Mon, 05 Oct 2020 13:04:44 +0000
Subject: [PATCH] Added jetbrains darcula theme

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

diff --git a/config.org b/config.org
index ccb7836..1accf57 100644
--- a/config.org
+++ b/config.org
@@ -54,6 +54,13 @@
            (disable-all-themes)
            :config
            (load-theme 'solarized-dark t)))
+        ((eq emacs-theme 'jetbrains-darcula)
+         (use-package jetbrains-darcula-theme
+           :ensure t
+           :init
+           (disable-all-themes)
+           :config
+           (load-theme 'jetbrains-darcula t)))
         ((eq emacs-theme 'none)
          (disable-all-themes)))
 #+END_SRC
@@ -740,6 +747,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