From 8e8f8e7012f0dbb7f2b132bdca1389790cbf2ea5 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 27 Jul 2017 10:55:51 -0500 Subject: update spacemacs --- spacemacs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/spacemacs b/spacemacs index b345075..bc577f2 100644 --- a/spacemacs +++ b/spacemacs @@ -14,7 +14,7 @@ games git helm - markdown + mark down org python ranger @@ -56,8 +56,8 @@ spacemacs-dark spacemacs-light) dotspacemacs-colorize-cursor-according-to-state t - dotspacemacs-default-font '("Source Code Pro" - :size 13 + dotspacemacs-default-font '("DejaVu Sans Mono" + :size 14 :weight normal :width normal :powerline-scale 1.1) @@ -124,7 +124,10 @@ ) (defun dotspacemacs/user-config () - (setq powerline-default-separator 'bar) + (setq-default dotspacemacs-configuration-layers '(pdf-tools + )) + (setq powerline-default-separator nil) + (setq org-ellipsis " ⟶") (setq org-ref-default-bibliography '("~/drive/literature/database.bib") org-ref-pdf-directory "~/drive/literature/" org-ref-bibliography-notes "~/drive/literature/literature.org") -- cgit v1.2.3