+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:
dx
2020-07-17 22:03:48 +01:00
parent 94644d01f2
commit 254c8a33bb
3 changed files with 54 additions and 21 deletions

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