| Age | Commit message (Collapse) | Author |
|
And set it to current-line by default; when I only have the odd line
poking out of the window, I prefer not jerking the whole buffer
horizontally.
Should make C-c d h repeatable, someday.
|
|
Useful to re-purpose an Emacs session as a severely oversized Unicode
character picking widget.
Bind to uppercase 'C' rather than 'c' since $DAYJOB config uses the
latter for 'c'ite (kill a region with added '> ' markers).
|
|
|
|
Now that they moved so far away from $HOME.
|
|
And insert an emoji for /!\. I can get the ⚠ with C-x 8.
|
|
- As noted earlier, Debian stable ships Emacs 28, so ditch all
provisions for anything older.
- Make a bona fide minor mode for my/croak; gives us a variable for
free that is always defined, as well as a lighter.
- s/(read-string (format-prompt 𝒫 𝒟) nil nil 𝒟)/(my/read 𝒫 𝒟)
- s/when/and to avoid implying side-effects.
|
|
Now I can 'kdialog --icon compilation-success' 😤✊
|
|
… sort of. Emacs apps will stuff all manner of transient state under
user-emacs-directory by default, so full XDG compliance would probably
involve customizing them all to instead use ~/.cache but 🤷
|