From 89069eb8555d21329ee12aa804aa9f1229bd3b1f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 2 Jun 2018 12:14:30 -0300 Subject: Change yt-dl archive file --- bash/youtube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/youtube.sh b/bash/youtube.sh index b64300d..7555363 100644 --- a/bash/youtube.sh +++ b/bash/youtube.sh @@ -4,7 +4,7 @@ export DEFAULT_PLAYLIST_END=15 download() { youtube-dl "$1" \ - --download-archive ~/annex/txt/youtube-dl-seen.conf \ + --download-archive ~/Nextcloud/youtube-dl-seen.conf \ --prefer-free-formats \ --playlist-end $2 \ --output "~/Downloads/yt-dl/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s" -- cgit v1.2.3 From 14c07051801a186d70b349e3d83613e1b156730f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 2 Jun 2018 18:44:59 -0300 Subject: Move TODOs.org to ~/Nextcloud --- spacemacs.el | 6 +++--- 1 file 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) -- cgit v1.2.3 From 5c5c5f586da5bbc1fc65a607e37c2d40565e1b77 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 2 Jun 2018 22:53:25 -0300 Subject: Add stup sbclrc --- sbclrc.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbclrc.lisp b/sbclrc.lisp index e69de29..ab58ec5 100644 --- a/sbclrc.lisp +++ b/sbclrc.lisp @@ -0,0 +1,2 @@ +(defun tap (x) + x) -- cgit v1.2.3