summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")