diff options
author | EuAndreh <eu@euandre.org> | 2018-06-04 11:11:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-06-04 11:11:06 -0300 |
commit | 685ae0f664fb8c7ee8f82f4f9edf15d2026d815c (patch) | |
tree | 725c77af340260f58f94d174bc857a312086bbf3 | |
parent | Update generated spacemacs stuff (diff) | |
parent | Add stup sbclrc (diff) | |
download | dotfiles-685ae0f664fb8c7ee8f82f4f9edf15d2026d815c.tar.gz dotfiles-685ae0f664fb8c7ee8f82f4f9edf15d2026d815c.tar.xz |
Merge branch 'master' of gitlab.com:EuAndreh/dotfiles
-rw-r--r-- | bash/youtube.sh | 2 | ||||
-rw-r--r-- | sbclrc.lisp | 2 | ||||
-rw-r--r-- | spacemacs.el | 6 |
3 files changed, 6 insertions, 4 deletions
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" 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) 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) |