aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-06-02 18:44:59 -0300
committerEuAndreh <eu@euandre.org>2018-06-02 18:44:59 -0300
commit14c07051801a186d70b349e3d83613e1b156730f (patch)
tree665345d6fcacef42d2ed4c0d4055a6cc014151ee
parentChange yt-dl archive file (diff)
downloaddotfiles-14c07051801a186d70b349e3d83613e1b156730f.tar.gz
dotfiles-14c07051801a186d70b349e3d83613e1b156730f.tar.xz
Move TODOs.org to ~/Nextcloud
-rw-r--r--spacemacs.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/spacemacs.el b/spacemacs.el
index 494fd47..c0f4eb3 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)