diff --git a/configuration.org b/configuration.org index 8630c78..657ddf5 100644 --- a/configuration.org +++ b/configuration.org @@ -749,7 +749,7 @@ Now that we have package management configured we can set up defaults more easil Since a lot of packages (org-projectile, org-caldav, etc.) rely on it, it needs to be set as early as possible. #+begin_src emacs-lisp -(setq org-directory (expand-file-name "~/Nextcloud/orgmode")) +(setq org-directory (expand-file-name "org-mode" user-documents-directory)) #+end_src ** Set up my personal keymap