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.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doom/.doom.d/modules/private/completion/config.el b/Doom/.doom.d/modules/private/completion/config.el
index bd1b022..9067764 100644
--- a/Doom/.doom.d/modules/private/completion/config.el
+++ b/Doom/.doom.d/modules/private/completion/config.el
@@ -18,7 +18,10 @@
(setq icomplete-separator "\t|\t")
(setq icomplete-in-buffer t)
-(after! projectile
- (setq projectile-completion-system 'default))
+(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)