1 Followers
0 Following
0 Posts
'tis but the price of victory
Racism, obviously. The Turning Points half time show that was produced as an alternative sounds pretty sad too. Look up the line up, the only person I’d ever heard of was Kid Rock.
Isn’t this just a normal part of aging? It happens more and more that you don’t like new media and don’t understand what those crazy kids are into?
Technically that doesn’t prove Socrates never said it, he might’ve, though it would be one hell of a coincidence. It amuses me to think we’ll never know.
There’s probably something with with your installation or configuration. For me Emacs has always felt fast and has been getting faster, the biggest jump being of course the native compiler.
I’m an Emacs users, so unsurprisingly I use magit, but perhaps surprisingly I use it sparingly, using Emacs’s VC most of the time.

This so dumb, but once on the AskReddit someone posted:

Your murderer says, “You get to choose one object. If I can’t kill you in 15 minutes with that object, you get to leave.” What do you choose?

I wrote:

A confetto (the singular of confetti).

And it received 4.5K up votes.

Someone should still rename it, even if that someone is not you. 😅

There’s is already a fantastic programming language called q, you should rename yours.

en.wikipedia.org/…/Q_(programming_language_from_K…

Q (programming language from Kx Systems) - Wikipedia

The problem I have which which-key is that it applies only after a prefix.

There are commands which-key-show-major-mode and which-key-show-top-level, which you could use. On the embark side, there is embark-bindings which by default gives you bindings from the major mode and minor modes, but with C-u will give you global bindings.

Mutating a keymap with setc[ad]r is evil!

Agreed.

why not use (menu-item “dummy” KEYMAP :filter FUNCTION) instead?

Only because I didn’t think of it!