aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/modules/private/icomplete
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-31 01:05:12 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-31 01:05:12 +0100
commit6e605639ee0806e952a68cb972fc4d1d24725b1b (patch)
tree93821a7fbe06cf2b95b1859422386140ae568eba /Doom/.doom.d/modules/private/icomplete
parent8b141a9c07f569bb490b80c985e5585b2de5e197 (diff)
downloaddotfiles-6e605639ee0806e952a68cb972fc4d1d24725b1b.tar.gz
dotfiles-6e605639ee0806e952a68cb972fc4d1d24725b1b.tar.bz2
dotfiles-6e605639ee0806e952a68cb972fc4d1d24725b1b.zip
-+icomplete/M-x
This command doesn't work for icomplete, so I can't do this.
Diffstat (limited to 'Doom/.doom.d/modules/private/icomplete')
-rw-r--r--Doom/.doom.d/modules/private/icomplete/config.el5
1 files changed, 0 insertions, 5 deletions
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)