uPdAtE dA dOtS

This commit is contained in:
Jeffrey Serio 2025-02-04 08:55:14 -06:00
parent 1e32d073c6
commit 368cecd654
2 changed files with 5 additions and 7 deletions

View File

@ -178,7 +178,6 @@ If point was already at that position, move point to beginning of line."
("@blog" .?b)
("@homelab" . ?l)
("@hyperreal.coffee" .?h)
("@nirn.quest" .?n)
("@reading" . ?r)
("@selfcare" . ?s))))
@ -214,12 +213,12 @@ If point was already at that position, move point to beginning of line."
'((sequence
"STARTED(s)"
"TODO(t)"
"WAITING(w@/!)"
"WAITING(w)"
"IDEA(i)"
"SOMEDAY(.)"
"BLOCKED(k@/!)"
"BLOCKED(k)"
"|"
"DONE(x!)"
"DONE(x)"
"CANCELLED(c)")
(sequence "PROJECT" "|" "DONE(x)")
(sequence "MAYBE(,0)" "CHOSEN(c,+)" "|" "REJECTED")))
@ -328,7 +327,7 @@ If point was already at that position, move point to beginning of line."
;;;; mastodon.el
(setq mastodon-instance-url "https://fedi.hyperreal.coffee"
(setq mastodon-instance-url "https://tilde.zone"
mastodon-active-user "hyperreal"
mastodon-use-emojify t)

View File

@ -59,8 +59,7 @@ alias grep='grep --color'
# Prompt user before overwriting files
alias cp='cp -i'
alias mv='mv -i'
alias rm='trash'
alias del='/bin/rm -i'
alias rm='rm -i'
# Display zsh functions with bat
alias zfun='functions | bat -l zsh'