From 87ac20562f302a4c27240a65fe22f2ad54c6822c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 31 Mar 2025 12:52:28 +0200 Subject: [PATCH] Move the Nextcloud directory to ~/Nextcloud --- configuration.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.org b/configuration.org index 7648181..345b18e 100644 --- a/configuration.org +++ b/configuration.org @@ -769,7 +769,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" user-documents-directory)) +(setq org-directory (expand-file-name "~/Nextcloud/orgmode")) #+end_src ** Set up my personal keymap @@ -2888,7 +2888,7 @@ beats the Web in a lot of aspects. #+begin_src emacs-lisp (use-package twtxt :custom - (twtxt-file (expand-file-name "NextCloud/twtxt.txt" user-documents-directory)) + (twtxt-file (expand-file-name "~/Nextcloud/twtxt.txt")) (twtxt-following '(("benaiah" "https://benaiah.me/twtxt.txt") ("jomo" "https://gist.githubusercontent.com/jomo/64d6bd1b95ec0a24612b/raw/twtxt.txt") ("quite" "https://lublin.se/twtxt.txt")