From 6e605639ee0806e952a68cb972fc4d1d24725b1b Mon Sep 17 00:00:00 2001 From: dx Date: Sun, 31 May 2020 01:05:12 +0100 Subject: -+icomplete/M-x This command doesn't work for icomplete, so I can't do this. --- Doom/.doom.d/modules/private/icomplete/config.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Doom/.doom.d/modules/private') diff --git a/Doom/.doom.d/modules/private/icomplete/config.el b/Doom/.doom.d/modules/private/icomplete/config.el index 02a2f5c..a726491 100644 --- a/Doom/.doom.d/modules/private/icomplete/config.el +++ b/Doom/.doom.d/modules/private/icomplete/config.el @@ -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) -- cgit v1.2.3-13-gbd6f