From 814dcf5778e571949b7f55c473d3236cc794e0ed Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 19 May 2025 18:40:36 +0200 Subject: [PATCH] Change org-mode directory independent from Nextcloud I synchronize this folder through Syncthing now. --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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