diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-07-25 00:13:03 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-07-25 00:13:03 -0500 |
commit | 51a737036a7df540277ceb4823ad2f8e60eee8f2 (patch) | |
tree | 5670d9907deb2331d1062a478693c678e7128c88 /spacemacs | |
parent | 3ddf74091b75598ba5893385885443048f3c611c (diff) |
update spacemacs
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs | 22 |
1 files changed, 5 insertions, 17 deletions
@@ -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 |