~icomplete module -> completion module
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
;;; private/fido/config.el -*- lexical-binding: t; -*-
|
;;; private/completion/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(map!
|
(map!
|
||||||
:map icomplete-minibuffer-map
|
:map icomplete-minibuffer-map
|
||||||
@@ -18,4 +18,7 @@
|
|||||||
(setq icomplete-separator "\t|\t")
|
(setq icomplete-separator "\t|\t")
|
||||||
(setq icomplete-in-buffer t)
|
(setq icomplete-in-buffer t)
|
||||||
|
|
||||||
(icomplete-mode +1)
|
(after! projectile
|
||||||
|
(setq projectile-completion-system 'default))
|
||||||
|
|
||||||
|
(add-hook 'doom-first-input-hook #'icomplete-mode)
|
||||||
12
Doom/.doom.d/modules/private/completion/packages.el
Normal file
12
Doom/.doom.d/modules/private/completion/packages.el
Normal 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)
|
||||||
Reference in New Issue
Block a user