doomemacs/modules/completion/selectrum/TODO.org

17 lines
617 B
Org Mode
Raw Normal View History

2021-04-10 14:59:16 +03:00
* PROJ List of things not working
** TODO Functions very slow on startup:
- =consult-recent-files=
- =consult-bookmark=
Probably due to live preview, but gets much faster on subsequent calls.
** TODO Add vanilla keybindings
*** TODO Add keybinding for embark-act
2021-04-10 14:59:16 +03:00
* PROJ List of things needed for Ivy parity
** TODO Icons
https://github.com/minad/marginalia/issues/59
** TODO make backspace work in filepath searching
In ivy, backspace on =/foo/bar/!= (where =!= is the cursor) leads to =/foo/!=
In selectrum, it leads to =/foo/bar!=
** TODO =SPC s B=
* PROJ Other
** TODO bind =consult-lsp-diagnostics= to something?