You've asked for help with code but haven't shown the code that you tried.
github-alphapapa
Must be a variable then, not an option. Just use setq
on it. If you want to automate it, you could advise load-theme
similarly to how the function I linked does.
You can do M-x customize-option RET mode-line-padding RET
, or if you want to do it only for that theme, see https://github.com/alphapapa/unpackaged.el#customize-theme-faces for code that does that for faces; you could adapt it to do the same for an option.
Here's an example of one of my current views: https://i.imgur.com/aZIncEM.png I use bufler-workspace
to save and restore a tab-bar tab of 4 windows, the left one being the project's Org file, and the right ones showing 3 org-ql-search
views.
FYI, Org QL recently gained Embark support, so you can C-.
on one of the org-ql-view
items, just like in an Org Agenda buffer, and act on them, as well as candidates from the org-ql-find
series of commands.
(And before someone asks, the theme is ef-elea-light
by Prot.)
This feature is supported only on X Windows
Friendly correction: It's called the X Window System, X11, or simply X (Xorg now being the standard implementation of it). I tell you this only because if you call it "X Windows" it sounds like you don't know better. :)
I don't use worktrees very often, but when I do, I just use them simply: I make a worktrees
subdirectory in the repo root, then use Magit to check out worktrees into subdirectories of that.
Yes, so how does Consult relate to not using Vertico anymore?
Any mention of code search should probably include the built-in project-find-regexp
.
I'm looking into dropping Vertico after I upgrade to 29. It's almost incredible that Minad's user focus and humility make that a potentially reasonable option, and I really appreciate the fantastically sound design of his completion ecosystem.
What do you mean? Vertico is a library that provides a UI for displaying completions; Consult is a library that provides commands to select items with completion. The two libraries complement each other.
Again, look at its history. Every comment sounds like it's written by GPT. And it keeps talking about email marketing out of context. And it's not participating in any communities, it's just spamming comments randomly to farm karma. And, look, 3.2k comment karma on an 8-day-old account. Does that really seem legit to you?
That account is a spambot. Please report it so it gets banned.
Why did you add
:after general
? I use:general
in many of myuse-package
forms, but never have I added that.