Move the Nextcloud directory to ~/Nextcloud
This commit is contained in:
		@@ -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.
 | 
					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
 | 
					#+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
 | 
					#+end_src
 | 
				
			||||||
 | 
					
 | 
				
			||||||
** Set up my personal keymap
 | 
					** Set up my personal keymap
 | 
				
			||||||
@@ -2888,7 +2888,7 @@ beats the Web in a lot of aspects.
 | 
				
			|||||||
#+begin_src emacs-lisp
 | 
					#+begin_src emacs-lisp
 | 
				
			||||||
(use-package twtxt
 | 
					(use-package twtxt
 | 
				
			||||||
  :custom
 | 
					  :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")
 | 
					  (twtxt-following '(("benaiah" "https://benaiah.me/twtxt.txt")
 | 
				
			||||||
                     ("jomo" "https://gist.githubusercontent.com/jomo/64d6bd1b95ec0a24612b/raw/twtxt.txt")
 | 
					                     ("jomo" "https://gist.githubusercontent.com/jomo/64d6bd1b95ec0a24612b/raw/twtxt.txt")
 | 
				
			||||||
                     ("quite" "https://lublin.se/twtxt.txt")
 | 
					                     ("quite" "https://lublin.se/twtxt.txt")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user