emacs/var/elfeed/db/data/27/273721974f1fc72adc715fbb1850b744122cf360
2022-01-03 12:49:32 -06:00

1 line
436 B
Plaintext

<p>In Emacs, I usually end up enabling the same set of minor modes when I use one of my “writing modes”, namely modes like markdown-mode and org-mode. Enabling a single minor mode automatically is generally pretty easy via the appropriate mode hook, but enabling more than one minor mode requires one more level of indirection. Of course it does, because everything in computer science requires one more level of indirection :).</p>