diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 12:44:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 12:44:57 -0300 |
commit | a77ac3d93d3d03dace26c3876befca1db877f0c3 (patch) | |
tree | 5d41bcd4bbb88ae98105b945412653390407c17f /spacemacs.el | |
parent | Store borg updated files after borg create run (diff) | |
download | dotfiles-a77ac3d93d3d03dace26c3876befca1db877f0c3.tar.gz dotfiles-a77ac3d93d3d03dace26c3876befca1db877f0c3.tar.xz |
Move definitely from ownCloud to Nextcloud
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 4 |
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" |