mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
selectrum: remove automatic initialisms for M-x etc
Doesn't work if we want to use selectrum highlighting optimizations, see raxod502/selectrum#539. Also document `SPC /` being slow.
This commit is contained in:
@@ -150,9 +150,9 @@ A wgrep buffer can be opened from swiper with =C-c C-e=.
|
||||
** Orderless filtering
|
||||
When using orderless to filter through candidates, the default behaviour is for
|
||||
each space separated inputs to match the candidate as a regular expression or
|
||||
literally. In ~command~ and ~symbol~ category searches such as =SPC h f= and =SPC
|
||||
h v=, matching by initialism is also on by default. You can further specify each
|
||||
space separated input in the following ways:
|
||||
literally.
|
||||
|
||||
You can further specify each space separated input in the following ways:
|
||||
| Input | Description |
|
||||
|------------------+--------------------------------------------|
|
||||
| =!foo= or =foo!= | match without literal input =foo= |
|
||||
|
Reference in New Issue
Block a user