Itai Y. Efrat
4e74a221cc
selectrum: rework consult previews
...
- add `C-M-j` and `C-M-k` as preview scrolling keys
- add `consult-theme` to functions that don't get previewed
automatically (also it works now)
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
f372f3aa2c
selectrum: reorganize consult use-package!
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
1fe0ad318b
selectrum: improve :tools lookup integration
...
- move `consult-xref` stuff to `:tools lookup` where it belongs
- add selectrum functionality where possible, document what's beyond the
scope of this PR
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
693eb3c9a4
selectrum: add +irc/selectrum-jump-to-channel
2021-07-25 02:50:42 +03:00
Itai Y. Efrat
26a310d04c
selectrum: improve ivy parity
...
- add `completion-at-point` as analogue to `cousnel-company`
- fix emacs-bindings `counsel-company` binding to respect helm and selectrum
- add org jump commands `consult-org-heading` and `consult-org-agenda` bindings
- add `consult-history` as `counsel-minibuffer-history` analogue
- add support for `doom/help-search`
- update TODO.org
2021-07-25 02:50:31 +03:00
Wetlize
6330c57bce
Sniff for a different symbol in +org-roam-suppress-sqlite-build-a
...
`org-roam-db-location` is redefined in the :preface section, so we need
to rely on a different symbol to determine whether `org-roam` is loading
or not.
2021-07-25 02:49:45 +03:00
Itai Y. Efrat
1266ac7b24
selectrum: document orderless style dispatchers
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
34bc993a3a
selectrum: remove marginalia-annotators
...
obsolete variable, and set to `heavy` by default now anyway
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
8957f02ab2
selectrum: improve wgrep
...
- add `:demand t` to `embark-consult` so it works on first call
- add `C-c C-e` to `consult-grep`
2021-07-25 02:49:41 +03:00
Edmund Miller
341343308a
feat(selectrum): Add wgrep
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
51a9a628b3
selectrum: eagerly load embark
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
53e4e8c4d8
selectrum: refactor orderless use-package
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
fa527c00e8
selectrum: fix project search evil command autoloads
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
02cf4bf3fa
selectrum: regorganize TODO.org
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
b2af88a6cf
Bump :completion selectrum
...
raxod502/selectrum@093f7e9 -> raxod502/selectrum@8629ab5
raxod502/prescient.el@ed2b762 -> raxod502/prescient.el@4a0f540
minad/consult@e04a404 -> minad/consult@51c1437
oantolin/embark@4d7e8e4 -> oantolin/embark@05aa11b
minad/marginalia@5159256 -> minad/marginalia@ac4ab98
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
b9757e75ed
selectrum: update bibtex-actions config
...
- fix loading order issue
- include (temporary?) binding in `SPC n b` to `bibtex-actions-open-entry`
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
52cae6e18f
Bump bibtex-actions
...
bdarcus/bibtex-actions@743f548 -> bdarcus/bibtex-actions@b1ddbb3
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
56d6dc5e77
selectrum: refactor orderless configuration
...
- unify `setq`'s
- move style dispatch functions into the `use-package`,
rename them to follow doom conventions
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
c1cbfa03f7
selectrum: use orderless by default
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
6dfc32441d
selectrum: improve file category commands...
...
now when pressing backspace on `/`, the input will go up one directory.
2021-07-25 02:49:41 +03:00
Gerry Agbobada
e181318885
Setup consult as completion-in-region fallback
...
This allows `corfu` users to enable corfu and let it noop when _not_ using a graphical display.
Having the function setup in `init` means company can properly override it when it’s activated later.
2021-07-25 02:49:41 +03:00
James Conroy-Finn
19c07444e7
selectrum: Replace obsolete selectrum-active-p
...
https://github.com/raxod502/selectrum/pull/521
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
f532bfe34b
selectrum: document embark-act binding
...
Also add `C-c C-e` TODO
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
ff9a15e683
selectrum: rework live-previews
...
- for the slow consult functions it's bound to `C-SPC`
- for the rest of them the current approach wasn't working out great so
it's removed for the time being.
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
7ec7134947
selectrum: improve ivy parity
...
- add `:pg` bindings
- add `selectrum-minibuffer-map` to `+default-minibuffer-maps`
- add `consult-notmuch`
- add selectrum option for `mu4e-completing-read-function`
- document more parity failings
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
e8dc511c74
selectrum: move consult-lsp to :tools lsp
...
where it belongs
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
0e9864d308
selectrum: fix project switching with workspaces
...
Replicates ivy behavior of opening file in the new workspace
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
8e6371760a
selectrum: add spellcheck support
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
b9e34835c7
selectrum: update bindings
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
a3c978ba36
selectrum: add bibtex-actions to tools/biblio
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
7e51f98b3f
selectrum: add C-SPC binding (half works)
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
2cae7455fd
selectrum: deactivate slow consult previews
...
deactivate previews for:
- consult-bookmark
- consult-recentf-file
2021-07-25 02:49:41 +03:00
Sebastian Sturm
a51c03900b
Set up consult-xref if selectrum is enabled
2021-07-25 02:49:41 +03:00
Sebastian Sturm
0cdc7ec8e1
Add selectrum branch for SPC-* symbol search
...
other +default/search-... convenience methods already support
Selectrum explicitly, so perhaps there's a good reason not to
do the same for +default/search-project-for-symbol-at-point?
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
55e4afa77f
selectrum: update TODO.org
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
dc5442f78f
selectrum: consult-recent-files now works on startup
...
consult doesn't turn on refentf-mode by itself, you need to do it
manually.
It works, but is very slow on first try.
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
1b74d822c3
selectrum: orderless now works
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
93008e1784
Bump :completion selectrum
...
raxod502/selectrum@9c5f142 -> raxod502/selectrum@093f7e9
raxod502/prescient.el@bf0ddeb -> raxod502/prescient.el@ed2b762
minad/consult@846c715 -> minad/consult@e04a404
oantolin/embark@5f30978 -> oantolin/embark@4d7e8e4
minad/marginalia@668265a -> minad/marginalia@5159256
2021-07-25 02:49:41 +03:00
Itai Y. Efrat
750721492c
selectrum: add consult-lsp
...
- add `consult-lsp` to tools/lsp if the selectrum module is active
- add the selectrum/consult version of workspace symbol search under `SPC c j/J`
- update TODO.org
2021-07-25 02:49:41 +03:00
Wetlize
c6e4ffb929
Improve display of custom templates in the minibuffer
2021-07-25 02:49:40 +03:00
Itai Y. Efrat
3c55105622
selectrum: annotate persp-switch-to-buffer
2021-07-25 02:49:40 +03:00
Itai Y. Efrat
1d43c733ea
selectrum: fix marginalia not loading on +prescient
...
`:after selectrum` is unnecessary anyway
2021-07-25 02:49:40 +03:00
Itai Y. Efrat
4aaf7e571c
selectrum: fix +selectrum-file-search
2021-07-25 02:49:40 +03:00
Itai Y. Efrat
d1f241479c
Bump :completion selectrum
...
raxod502/selectrum@52b1129 -> raxod502/selectrum@9c5f142
raxod502/prescient.el@8573df9 -> raxod502/prescient.el@bf0ddeb
oantolin/orderless@44935d8 -> oantolin/orderless@87ab7e4
minad/consult@63f0a89 -> minad/consult@846c715
oantolin/embark@33e9af8 -> oantolin/embark@5f30978
minad/marginalia@f263745 -> minad/marginalia@668265a
2021-07-25 02:49:40 +03:00
Itai Y. Efrat
8eec594ebc
selectrum: update TODO.org
2021-07-25 02:49:40 +03:00
Itai Y. Efrat
02d4b7d1ec
selectrum: add features section to README
...
Shamelessly stolen from Ivy, still a WIP
2021-07-25 02:49:40 +03:00
Itai Y. Efrat
7ba1cc65ff
selectrum: add init.el witticism
2021-07-25 02:49:40 +03:00
Bruce D'Arcus
54cf600cf5
Bump :completion selectrum
...
raxod502/selectrum@ad9d9f02d6 -> raxod502/selectrum@52b1129
raxod502/prescient.el@42adc802d3 -> raxod502/prescient.el@8573df9
oantolin/orderless@edce950fe1 -> oantolin/orderless@44935d8
minad/consult@1b66afd895 -> minad/consult@63f0a89
oantolin/embark@26e7311791 -> oantolin/embark@33e9af8
minad/marginalia@3e061a0fb5 -> minad/marginalia@f263745
2021-07-25 02:49:40 +03:00
Bruce D'Arcus
261927e9fb
add orderless style dispatchers
...
Adds style dispatchers, with the examples on the orderless README.
https://github.com/oantolin/orderless#style-dispatchers
2021-07-25 02:49:40 +03:00
Edmund Miller
deed316283
fix(selectrum): Set max window height to 17
...
This mimics ivy now
2021-07-25 02:49:40 +03:00