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

View File

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