Emacs command of the day: facemenu-set-face, bound to `M-o o'. This lets you set faces on plain text, great for experiments and prototypes.
miniblog.
Related Posts
Nice, accessible discussion of linear types, giving an example where you can prevent sockets being bound and listened to at the same time: https://www.tweag.io/blog/2017-08-03-linear-typestates/
Today I learnt what specpdl means in Emacs internals!
Special variable PushDown List.
Special variable means a dynamically bound variable, and pushdown list means a stack.
Inspired the helpful Using Emacs series: https://cestlaz.github.io/posts/using-emacs-6-swiper/ I've been experimenting with C-s bound to swiper rather than isearch.
I'm a big fan of Anzu: https://github.com/syohex/emacs-anzu for enhancing isearch, but I'm finding that I use swiper more with this new keybinding.