Emacs is huge. Today I realised that I had reimplemented a built-in command, and even given in the same name! https://github.com/Wilfred/helpful/commit/ed23fa740151cd15c27ad56d8cef5fc84b63d003
Related Posts
Eglot, an LSP client for Emacs, is now a built-in package! https://lists.gnu.org/archive/html/emacs-devel/2022-10/msg01609.html
Today I learnt that you can simulate a command being run in a TTY with `script`, e.g.
$ script --return --quiet --command "ls"
Unfortunately it generates output files called "typescript", which is a little confusing!