summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2017-08-03 22:35:47 -0500
committerBlaise Thompson <blaise@untzag.com>2017-08-03 22:35:47 -0500
commit29e7db212376e6f05f7435b63de92c2c0aba5978 (patch)
tree386b9a6a2e40b74d6d977bc92c0e0f88083456b3 /spacemacs
parentfad35ec0eda7b5523ce58c13e6a35df8493d43f0 (diff)
update spacemacs
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs5
1 files changed, 4 insertions, 1 deletions
diff --git a/spacemacs b/spacemacs
index 792fab9..d21491c 100644
--- a/spacemacs
+++ b/spacemacs
@@ -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")