diff options
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spacemacs.el b/spacemacs.el index 2360e31..90d4798 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -572,7 +572,7 @@ It is called immediately after `dotspacemacs/init', before layer configuration (defvar custom-keybindings '(("C-x M-b" . ibuffer) ("M-SPC" . (lambda () (interactive) (just-one-space -1))) - ("M-ç" . (lambda () (interactive) (find-file "~/annex/txt/TODOs.org"))) + ("M-ç" . (lambda () (interactive) (find-file "~/Nextcloud/TODOs.org"))) ("M-[" . (lambda () (interactive) (find-file "~/tmp/scratch.org"))) ("M-p" . interleave-mode) ("C-i" . evil-jump-forward) @@ -719,9 +719,9 @@ This is the place where most of your configurations should be done. Unless it is ;; Taken from: ;; - http://cachestocaches.com/2016/9/my-workflow-org-agenda ;; - http://doc.norang.ca/org-mode.html - org-agenda-files '("~/annex/txt/TODOs.org") + org-agenda-files '("~/Nextcloud/TODOs.org") org-columns-default-format "%50ITEM(Task) %10CLOCKSUM %16TIMESTAMP_IA" - org-default-notes-file "~/annex/txt/TODOs.org" + org-default-notes-file "~/Nextcloud/TODOs.org" org-scratch-notes-file "~/annex/txt/scratch.org" org-diary-notes-file "~/annex/txt/Diary.org" org-capture-templates '(("t" "TODO" entry (file org-default-notes-file) |