Files
dotfiles/Doom/.config/doom/modules/private/completion/packages.el
dx 254c8a33bb +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.
2020-07-17 22:03:48 +01:00

9 lines
167 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; private/completion/packages.el
(package! flx-ido)
(package! ido-completing-read+)
(package! ido-sort-mtime)
(package! crm-custom)