Move the Nextcloud directory to ~/Nextcloud

This commit is contained in:
Gergely Polonkai 2025-03-31 12:52:28 +02:00
parent 90210925b0
commit 87ac20562f
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

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