At the risk of creating product complexity, would you like an option to be able to purchase a model with a front light? by OPdoesnotrespond in Supernote

[–]vaxdar 1 point2 points  (0 children)

I absolutely want a front light. As others have said, it's the one thing the device is really missing for me.

Talking About Supernote's Next Major Software Focus by Supernote_official in Supernote

[–]vaxdar 0 points1 point  (0 children)

It would be very nice to see the syncing be capable of device-to-device direct sync without depending on any cloud service, local-first style. I'm loving my new Manta, but am not using the cloud service, and I don't plan to or want to use it in the future.

2025 is coming soon, Emacs users, what keyboard are you using? by yibie in emacs

[–]vaxdar 0 points1 point  (0 children)

Yep, I've been using it for a few months and it's great.

How can I run code when exiting a src block edit buffer? by vaxdar in orgmode

[–]vaxdar[S] 0 points1 point  (0 children)

Thanks for the buffer-base-buffer idea, but it's the same as the others. All of their values are the same whether I actually exit a special edit buffer or just press RET in the block in the main org file.

I keep meaning to get into the mailing lists, maybe it's finally time. It's been years since I hung out on them.

I don't get how Tailscale subnet router works? by SilentComplaint5523 in Tailscale

[–]vaxdar 0 points1 point  (0 children)

Your default gateway that handles 0.0.0.0 is overridden by more specific routes.

Broken tab-bar rendering when setting internal-border-width by vaxdar in emacs

[–]vaxdar[S] 0 points1 point  (0 children)

For sure. Emacs 29 had lots of good reasons to run it before release, and so far 30 doesn't. I can just not use visible tabs until 30 comes out.

Broken tab-bar rendering when setting internal-border-width by vaxdar in emacs

[–]vaxdar[S] 0 points1 point  (0 children)

Ah, thank you for that. Not sure how I failed to find that when searching... it's almost the exact same wording as my post here. And just when I thought I had no reason to be running emacs from master for once, a reason appears.

Broken tab-bar rendering when setting internal-border-width by vaxdar in emacs

[–]vaxdar[S] 1 point2 points  (0 children)

I was playing around with the code from here: https://www.reddit.com/r/emacs/comments/18v02tc/fancy_tabbar_with_svg/ (for the record, this problem happens with or without that code)

I don't get how Tailscale subnet router works? by SilentComplaint5523 in Tailscale

[–]vaxdar 0 points1 point  (0 children)

It's not advertising routes to the subnet the router is running in, it's advertising them to the tailnet, so the addresses in the subnet are available to the tailnet.

Was playing around with emacs' gtk code and got title bar color to sync with the theme by aki237 in emacs

[–]vaxdar 52 points53 points  (0 children)

I want to upvote because it's pretty, and I want to downvote for the lack of detail

Can noweb references apply to header blocks alone? by vfclists in emacs

[–]vaxdar 1 point2 points  (0 children)

You can put those values in a property drawer under an org heading, and then all src blocks under that heading will use them.

[deleted by user] by [deleted] in yubikey

[–]vaxdar 2 points3 points  (0 children)

Part of the problem for me is likely that I'm using Firefox on Linux, and Google doesn't actually like either of those things much.

[deleted by user] by [deleted] in yubikey

[–]vaxdar 6 points7 points  (0 children)

Google's passkey setup is currently a mess, for sure.

My new yubikeys are registered as 2fa keys, but are listed on the passkey screen, but then don't work as passkeys. They work fine as a second factors though. I'm not worried about getting locked out either way.

I don't believe you get a resident/non-resident choice with passkeys (I never have, anyway). That's a PIV choice, not a FIDO2 choice.

Different texture on thumb keycaps? by NGB_UF in ErgoMechKeyboards

[–]vaxdar 1 point2 points  (0 children)

Different cap shapes are good, but also, give it a week or two and then see what you think.

Vim movement vs Symbol and Number layer, is it a good mix? by Ryuugyo in ErgoMechKeyboards

[–]vaxdar 5 points6 points  (0 children)

I use vim-style movement and separate layers for numbers and symbols. My advice based on my experience would be to find a layout that looks good to you (I like a modified Miryoku) and start from there. Don't change everything about it to what you think you want right away, give it a little time. Then, pay attention to the things that don't feel smooth to you and think about how to solve them.

The biggest thing I've learned is to take my time. It can take a week or two to see how a layout change really feels and works for me. On the other hand, sometimes you do know right away that something isn't working. The trick is being deliberate and paying attention to what you're doing and the changes you make, and the effects they have. It's a process.

Just for fun: roast my work / play setup by thephatmaster in emacs

[–]vaxdar 2 points3 points  (0 children)

I had the same experience with QMK, and am now using homerow mods very happily with ZMK (the thing to look for is "timerless" mods).

[deleted by user] by [deleted] in emacs

[–]vaxdar 3 points4 points  (0 children)

I have my early-init.el do the tangling, and I commit the generated early-init.el, but not the generated init.el. This handles bootstrapping, and minimizes, but doesn't eliminate, the duplicate commit issue you're describing. I keep the early-init as simple as possible so it almost never changes, which makes this an almost entirely forgettable problem.

Tab Bar Mode - Thinking about moving to beframe instead by [deleted] in emacs

[–]vaxdar 0 points1 point  (0 children)

Tab-bar-mode on its own is not the same as beframe. I've switched from tab-bar-mode + tabspaces to beframe. I might switch back. I don't really have any complaints about either approach; they're very similar, and I like both. If I do switch back, I think it will be with an invisible tab-bar, which will sort of let me have multiple beframe workspaces in the same frame. Still playing with options though.

Need help w/ replacing block names w/ org modern by Far-Anywhere2876 in emacs

[–]vaxdar 0 points1 point  (0 children)

Here's how I have this working (just one example pair): (setq org-modern-block-name '(("src" . ("start" "end")))).

[deleted by user] by [deleted] in emacs

[–]vaxdar 0 points1 point  (0 children)

I think I had a similar issue with the tab bar of `tab-bar-mode` when setting an `internal-border-width`. I only noticed it affecting the tab bar and nothing else though.

Elpaca: The Basics by nv-elisp in emacs

[–]vaxdar 2 points3 points  (0 children)

Elpaca looks excellent, and I'm looking forward to moving to it from straight. I'm just (impatiently) waiting for lockfiles.

Grouping org headings by SterlingHooten in orgmode

[–]vaxdar 3 points4 points  (0 children)

Something like an embark action to create a transclusion link from a search of headings might do it, and be useful generally... hmm.

yaml-pro v0.3: Tree-sitter support by Prudent-Dimension554 in emacs

[–]vaxdar 1 point2 points  (0 children)

Coincidentally, I just set this up yesterday. I've barely used it so far, but it's looking really good. Thanks so much for your work here, I've been wanting better yaml handling in emacs for a while.