diff options
author | Alan Pearce | 2015-08-16 15:28:06 +0200 |
---|---|---|
committer | Alan Pearce | 2015-08-16 15:28:06 +0200 |
commit | 5ada0acd052d84bf46746244f3d34167c84f7ce5 (patch) | |
tree | 5a03b308a5ee5c85b883c1513f063f1d77b5cab6 | |
parent | be6667e171f077384482c4806d851a75bb625085 (diff) | |
download | nixfiles-5ada0acd052d84bf46746244f3d34167c84f7ce5.tar.lz nixfiles-5ada0acd052d84bf46746244f3d34167c84f7ce5.tar.zst nixfiles-5ada0acd052d84bf46746244f3d34167c84f7ce5.zip |
Emacs: Move org-directory to subfolder
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index b4264286..8533c21b 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") |