ParetoOptimalDev
ParetoOptimalDev
Tried this, but doesn't work: ``` (add-hook 'change-major-mode-hook (lambda () (if (and (equal major-mode 'fundamental-mode) (equal (buffer-name (current-buffer)) "*Agenda Commands*")) (fixed-pitch-mode)))) ```
Similar to #215, but display would always be on in buffer and one potential implementation is a new "top-color" style added along with #298 so the color and the char...
I'm pretty sure that I can copy `avy-linum-mode` for this, though i'd need `avy-goto-word-0` to account for it like `avy-goto-line` does.
If there were a function to display overlays on all items in a tree I think my current elisp capabilities could manage this. Given how things currently work in `avy--process-1`...
That's what is causing that?! I'll have to debug this soon.
This direction reminds me of the [hypergraph editor hode](https://github.com/JeffreyBenjaminBrown/hode).
It is useful to use bookmarks with consult, but ido users might prefer having org-ql-view.
You have to use the overlay method I think. I got it partially working before hitting #184
I wonder if #28 might be affecting me since I aborted some builds in repl. Need figure out how to garbage collect and ensure package is garbage collected and rebuild.
Or i'm affected by: > There are chances that the overrides defined here will not be compatible with your snapshot. Your mileage may vary. Perhaps the null issue I get...