diff options
-rw-r--r-- | bash/youtube.sh | 2 | ||||
-rw-r--r-- | spacemacs.el | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bash/youtube.sh b/bash/youtube.sh index 7555363..929d96d 100644 --- a/bash/youtube.sh +++ b/bash/youtube.sh @@ -4,7 +4,7 @@ export DEFAULT_PLAYLIST_END=15 download() { youtube-dl "$1" \ - --download-archive ~/Nextcloud/youtube-dl-seen.conf \ + --download-archive ~/Nextcloud/txt/youtube-dl-seen.conf \ --prefer-free-formats \ --playlist-end $2 \ --output "~/Downloads/yt-dl/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s" diff --git a/spacemacs.el b/spacemacs.el index 90d4798..30ec670 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 "~/Nextcloud/TODOs.org"))) + ("M-ç" . (lambda () (interactive) (find-file "~/Nextcloud/txt/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 '("~/Nextcloud/TODOs.org") + org-agenda-files '("~/Nextcloud/txt/TODOs.org") org-columns-default-format "%50ITEM(Task) %10CLOCKSUM %16TIMESTAMP_IA" - org-default-notes-file "~/Nextcloud/TODOs.org" + org-default-notes-file "~/Nextcloud/txt/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) |