diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-07-27 10:55:51 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-07-27 10:55:51 -0500 |
commit | 8e8f8e7012f0dbb7f2b132bdca1389790cbf2ea5 (patch) | |
tree | e366d1c6a99693aa3c64c2dd67e70bb9e84e4a21 | |
parent | 51a737036a7df540277ceb4823ad2f8e60eee8f2 (diff) |
update spacemacs
-rw-r--r-- | spacemacs | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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") |