Change org-mode directory independent from Nextcloud
I synchronize this folder through Syncthing now.
This commit is contained in:
parent
6cf739f12e
commit
814dcf5778
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user