~use icomplete/ido for some of the functions

For some functions, which I find don't need to have ivy, let's use
icomplete instead.
This commit is contained in:
dx
2020-06-11 01:59:16 +01:00
parent 6a5d059dda
commit bc3436de56
4 changed files with 6 additions and 24 deletions

View File

@@ -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)