May 14th 2026 - Things I Worked On
Used git bisect to discover why my unfill toggle was not working
When I added Avy for jumping to entries in elfeed summary I accidentally deleted my unfill keybinding.
Added showing org agenda time in am/pm
(setq org-agenda-timegrid-use-ampm t)
Did a full laptop backup
I went to the mall and bought an Acer UT 300 64 GB flash drive because I wanted to do a full backup of my laptop. I wrote a script that uses rsync to copy the data over to the drive and I used tar to archive my code directory, this is the part that took the longest as there's about 9 GBs of files in there.
But now it's all set up and the next backup should be faster since rsync only looks at files that changed.