summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-08-16 15:28:06 +0200
committerAlan Pearce2015-08-16 15:28:06 +0200
commit5ada0acd052d84bf46746244f3d34167c84f7ce5 (patch)
tree5a03b308a5ee5c85b883c1513f063f1d77b5cab6 /tag-emacs
parentbe6667e171f077384482c4806d851a75bb625085 (diff)
downloaddotfiles-5ada0acd052d84bf46746244f3d34167c84f7ce5.tar.lz
dotfiles-5ada0acd052d84bf46746244f3d34167c84f7ce5.tar.zst
dotfiles-5ada0acd052d84bf46746244f3d34167c84f7ce5.zip
Emacs: Move org-directory to subfolder
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index b426428..8533c21 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1463,7 +1463,7 @@ Org is wünderbar.
     :init (setq org-replace-disputed-keys t)
     :config (progn
               (setq org-directory "~/Sync/org"
-                    org-agenda-files `(,org-directory)
+                    org-agenda-files `(,(concat org-directory "/agenda"))
 
                     org-default-notes-file (concat org-directory "/notes")