-+icomplete/M-x

This command doesn't work for icomplete, so I can't do this.
This commit is contained in:
dx
2020-05-31 01:05:12 +01:00
parent 8b141a9c07
commit 6e605639ee
2 changed files with 1 additions and 6 deletions

View File

@@ -18,9 +18,4 @@
(setq icomplete-separator "\t|\t")
(setq icomplete-in-buffer t)
(defun +icomplete/M-x ()
"M-x command that starts matching instantly"
(interactive)
(execute-extended-command "*"))
(icomplete-mode +1)