diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-31 01:05:12 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-31 01:05:12 +0100 |
commit | 6e605639ee0806e952a68cb972fc4d1d24725b1b (patch) | |
tree | 93821a7fbe06cf2b95b1859422386140ae568eba /Doom/.doom.d/modules/private/icomplete/config.el | |
parent | 8b141a9c07f569bb490b80c985e5585b2de5e197 (diff) | |
download | dotfiles-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/config.el')
-rw-r--r-- | Doom/.doom.d/modules/private/icomplete/config.el | 5 |
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) |