some tweaks to org-mode

This commit is contained in:
Chris Cochrun 2023-04-28 12:09:12 -05:00
parent 8e4c3972ba
commit a0922f054e
3 changed files with 9 additions and 101 deletions

View file

@ -753,7 +753,7 @@ Part of this config includes some special capture templates for my work as a you
:jump-to-captured t)
("r" "Templates for projects")
("rt" "Project-local todo" entry
(file+headline chris/project-todo "Inbox")
(file+headline chris/project-todo "Tasks")
"* TODO %?\n%a\n%i\n\n" :prepend t)
("rn" "Project-local notes" entry
(file+headline chris/project-todo "Notes")
@ -3540,10 +3540,11 @@ Let's add our own eshell prompt. and set the password cache to a significantly h
("yeet" "paru -Rns $1")
("nixs" "nix search nixpkgs $1")
("myip" "curl icanhazip.com")
("ytd" "yt-dlp -o ~/Videos/%(title)s.%(ext)s")
("ytd" "yt-dlp -o ~/Videos/%(title)s.%(ext)s $1")
("nupg" "upgrade-nix")
("nupd" "update-nix")
("ws" "rsync -avzP public/ chris@staff.tfcconnection.org:tfcconnection")))
("ws" "rsync -avzP public/ chris@staff.tfcconnection.org:tfcconnection")
("wttr" "curl wttr.in/@home.cochrun.xyz")))
(defun chris/eshell-new()
"Open a new eshell buffer"