aboutsummaryrefslogtreecommitdiff
path: root/Doom/.doom.d/modules/private/completion/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'Doom/.doom.d/modules/private/completion/config.el')
-rw-r--r--Doom/.doom.d/modules/private/completion/config.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doom/.doom.d/modules/private/completion/config.el b/Doom/.doom.d/modules/private/completion/config.el
index 9067764..29d1ee1 100644
--- a/Doom/.doom.d/modules/private/completion/config.el
+++ b/Doom/.doom.d/modules/private/completion/config.el
@@ -18,10 +18,4 @@
(setq icomplete-separator "\t|\t")
(setq icomplete-in-buffer t)
-(define-key!
- [remap compile] #'compile
- [remap find-file] #'find-file
- [remap describe-function] #'counsel-describe-function
- [remap describe-variable] #'counsel-describe-variable)
-
(add-hook 'doom-first-input-hook #'icomplete-mode)