aboutsummaryrefslogtreecommitdiff
path: root/spacemacs.el
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-02 12:44:57 -0300
committerEuAndreh <eu@euandre.org>2019-06-02 12:44:57 -0300
commita77ac3d93d3d03dace26c3876befca1db877f0c3 (patch)
tree5d41bcd4bbb88ae98105b945412653390407c17f /spacemacs.el
parentStore borg updated files after borg create run (diff)
downloaddotfiles-a77ac3d93d3d03dace26c3876befca1db877f0c3.tar.gz
dotfiles-a77ac3d93d3d03dace26c3876befca1db877f0c3.tar.xz
Move definitely from ownCloud to Nextcloud
Diffstat (limited to 'spacemacs.el')
-rw-r--r--spacemacs.el4
1 files changed, 2 insertions, 2 deletions
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"