From a77ac3d93d3d03dace26c3876befca1db877f0c3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Jun 2019 12:44:57 -0300 Subject: Move definitely from ownCloud to Nextcloud --- spacemacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spacemacs.el') diff --git a/spacemacs.el b/spacemacs.el index d90fba8..f45be89 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -578,7 +578,7 @@ dump." ("M-p" . (lambda () (interactive) (find-file "~/annex/txt/money.ledger"))) ("M-SPC" . (lambda () (interactive) (just-one-space -1))) ("M-[" . (lambda () (interactive) (find-file "~/tmp/scratch.org"))) - ("M-]" . (lambda () (interactive) (find-file "~/ownCloud/Notes/TODOs.txt"))) + ("M-]" . (lambda () (interactive) (find-file "~/Nextcloud/Notes/TODOs.txt"))) ("M-s-q" . (lambda () (interactive) (insert "/"))) ("M-s-w" . (lambda () (interactive) (insert "?"))) ("M-s-a" . (lambda () (interactive) (insert "\\"))) @@ -741,7 +741,7 @@ This is the place where most of your configurations should be done. Unless it is ("CANCELLED" . (:foreground "green" :weight bold)) ("DONE" . (:foreground "green" :weight bold))) - org-agenda-files '("~/ownCloud/txt/TODOs.org") + org-agenda-files '("~/Nextcloud/txt/TODOs.org") org-columns-default-format "%50ITEM(Task) %10CLOCKSUM %16TIMESTAMP_IA" org-default-notes-file "~/annex/txt/TODOs.org" org-scratch-notes-file "~/annex/txt/TODOs.org" -- cgit v1.2.3