From 51a737036a7df540277ceb4823ad2f8e60eee8f2 Mon Sep 17 00:00:00 2001
From: Blaise Thompson <blaise@untzag.com>
Date: Tue, 25 Jul 2017 00:13:03 -0500
Subject: update spacemacs

---
 spacemacs | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/spacemacs b/spacemacs
index 93d1ddc..b345075 100644
--- a/spacemacs
+++ b/spacemacs
@@ -120,26 +120,14 @@
    ))
 
 (defun dotspacemacs/user-init ()
-  "Initialization function for user code.
-It is called immediately after `dotspacemacs/init', before layer configuration
-executes.
- This function is mostly useful for variables that need to be set
-before packages are loaded. If you are unsure, you should try in setting them in
-`dotspacemacs/user-config' first."
+
   )
 
 (defun dotspacemacs/user-config ()
-  "Configuration function for user code.
-This function is called at the very end of Spacemacs initialization after
-layers configuration.
-This is the place where most of your configurations should be done. Unless it is
-explicitly specified that a variable should be set before a package is loaded,
-you should place your code here."
-
-(setq org-ref-default-bibliography '("~/drive/literature/database.bib")
-      org-ref-pdf-directory "~/drive/literature/"
-      org-ref-bibliography-notes "~/drive/literature/literature.org")
-
+  (setq powerline-default-separator 'bar)
+  (setq org-ref-default-bibliography '("~/drive/literature/database.bib")
+        org-ref-pdf-directory "~/drive/literature/"
+        org-ref-bibliography-notes "~/drive/literature/literature.org")
   )
 
 ;; Do not write anything past this comment. This is where Emacs will
-- 
cgit v1.2.3