mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 11:08:54 +00:00
Add package ido-complete-space-or-hyphen
Make ido completes like built-in M-x does, useful when use smex or use ido to complete other hyphen separated choices Example ------- Choices: "ido-foo-bar", "ido-space" "ido-test" | Key Sequence | Result | |--------------+--------| | i | "i" | | SPACE | "ido-" | Choices: "ido-foo-bar", "ido-space" "ido-test" | Key Sequence | Result | |--------------+--------| | i | "i" | | SPACE | "ido " | Choices: "ido-foo-bar", "ido-space" "idotest" | Key Sequence | Result | |--------------+--------| | i | "i" | | SPACE | "ido" | | SPACE | "ido-" | When HYPHEN can be inserted and SPACE cannot, insert HYPHEN when user enter SPACE. Choices: "ido-foo-bar", "ido-space" "ido test" | Key Sequence | Result | |--------------+--------| | i | "i" | | SPACE | "ido" | | SPACE | "ido " | If bot HYPHEN and SPACE can be inserted, SPACE just inserts itself.
This commit is contained in:
parent
902eab0b2d
commit
6e32d9a615
1 changed files with 1 additions and 0 deletions
1
recipes/ido-complete-space-or-hyphen
Normal file
1
recipes/ido-complete-space-or-hyphen
Normal file
|
@ -0,0 +1 @@
|
|||
(ido-complete-space-or-hyphen :repo "doitian/ido-complete-space-or-hyphen" :fetcher github)
|
Loading…
Reference in a new issue