diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-07-28 22:07:37 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-07-28 22:07:37 -0500 |
commit | e14dd02c6708d4afc0e303230493018db4a611ea (patch) | |
tree | cc6892941b15bb9070121756b1a45cce48951c36 | |
parent | 5bac139a16f274217589c81097d48cb7cbefd86c (diff) |
update spacemacs
-rw-r--r-- | spacemacs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -127,8 +127,8 @@ (setq-default dotspacemacs-configuration-layers '(pdf-tools)) (setq powerline-default-separator nil) (setq org-ref-default-bibliography '("~/drive/literature/database.bib") - org-ref-pdf-directory '("~/drive/literature/") - org-ref-bibliography-notes '("~/drive/literature/literature.org") + org-ref-pdf-directory '"~/drive/literature/" + org-ref-bibliography-notes '"~/drive/literature/literature.org" org-ellipsis " ⟶" org-todo-keywords '((sequence "IDEA(i)" "TODO(t)" "WAITING(w)" "|" "DONE(d)" "DELEGATED" "CANCELED(c)")) org-todo-keyword-faces '(("IDEA" . (:foreground "#2aa198", :weight bold)) |