Change org-mode directory independent from Nextcloud

I synchronize this folder through Syncthing now.
This commit is contained in:
Gergely Polonkai 2025-05-19 18:40:36 +02:00
parent 6cf739f12e
commit 814dcf5778
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

@ -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