+made my own completion module using ido module
Basically copied the parts I liked of the ido module and removed the parts I didn't.
This commit is contained in:
8
Doom/.config/doom/modules/private/completion/packages.el
Normal file
8
Doom/.config/doom/modules/private/completion/packages.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; private/completion/packages.el
|
||||
|
||||
|
||||
(package! flx-ido)
|
||||
(package! ido-completing-read+)
|
||||
(package! ido-sort-mtime)
|
||||
(package! crm-custom)
|
||||
Reference in New Issue
Block a user