diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-08-03 22:35:47 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-08-03 22:35:47 -0500 |
commit | 29e7db212376e6f05f7435b63de92c2c0aba5978 (patch) | |
tree | 386b9a6a2e40b74d6d977bc92c0e0f88083456b3 /spacemacs | |
parent | fad35ec0eda7b5523ce58c13e6a35df8493d43f0 (diff) |
update spacemacs
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,8 +14,9 @@ games git helm - mark down + markdown org + pdf-tools python ranger shell @@ -124,6 +125,8 @@ ) (defun dotspacemacs/user-config () + (with-eval-after-load 'org (setq org-agenda-files + '("~/drive/org/"))) (setq-default dotspacemacs-configuration-layers '(pdf-tools)) (setq powerline-default-separator nil) (setq org-ref-default-bibliography '("~/drive/literature/database.bib") |