| 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).
|
|
Had hoped I'd port all of this to use-package in init.el, but the
March of Progress was too fast for me.
|
|
|
|
|
|
|
|
|
|
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 🤷
|
|
With 'fit-max-width: content', long lines caused divs to take the
whole screen width.
* Set a fixed width "au doigt mouillé" to give hard-wrapped messages
space to breathe,
* Restore the default pre-wrap behavior to make long lines readable.
|
|
|
|
|
|
|
|
Vector 2022 👏
|
|
|
|
|
|
|
|
Move other MLs further down to keep things alphabetized 🤓
|
|
So as not to catch e.g. <https://static.lwn.net/kerneldoc/>.
|
|
|
|
|
|
See <https://lwn.net/Articles/902796/bigpage#Briefs>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://lwn.net/Articles/884301/
|
|
The body diet continueþ.
|
|
Darker backgrounds; also try to catch all those weird instances where
the background is reset to white.
|
|
Removing the padding made the main column hide beneath the left menu
when reducing the window width.
|
|
- give my eyes and neck a rest from tilting left to right on a wide
screen,
- remove cruft.
|
|
LWN lets users do that, but (1) it's only colors (2) it does not
cover *every* color, so trying to create a "dark theme" yields
e.g. unreadable buttons.
|
|
> That feels like too much power.
> I like it.
— Daniel Floyd
November 2, 2021
|
|
|
|
Leaving out:
- 'bog' because it looks like a typo,
- 'commit' because I cannot think of a way to make it work in the
general case.
|
|
openFATE references are sometimes capitalized (eg Fate#…); this means
the captured tracker cannot be used as key directly.
I considered going back to the subclasses and class variables, but
AFAICT
1. case-insensitivity might be desirable for all trackers anyway,
2. references to other trackers will remain simple enough to parse
that they can also be described by a short identifier and a URL
template.
|
|
Of course, at some point I'll have to deal with a format that does not
fit in this simple regex…
🤷
|
|
|