~icomplete module -> completion module

This commit is contained in:
dx
2020-05-31 15:38:52 +01:00
parent 6c262a85bc
commit 5bf6d429aa
2 changed files with 17 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
;;; private/fido/config.el -*- lexical-binding: t; -*-
;;; private/completion/config.el -*- lexical-binding: t; -*-
(map!
:map icomplete-minibuffer-map
@@ -18,4 +18,7 @@
(setq icomplete-separator "\t|\t")
(setq icomplete-in-buffer t)
(icomplete-mode +1)
(after! projectile
(setq projectile-completion-system 'default))
(add-hook 'doom-first-input-hook #'icomplete-mode)

View File

@@ -0,0 +1,12 @@
;; -*- no-byte-compile: t; -*-
;;; private/completion/packages.el
(package! ivy)
(package! swiper)
(package! counsel)
(package! amx)
;; (package! counsel-projectile)
;; (package! ivy-rich)
;; (package! wgrep)
;; (package! flx :pin "17f5c9cb2af18aa6f52910ff4a5a63591261ced5")
;; (package! all-the-icons-ivy)