docs(:completion): update READMEs to new format

This commit is contained in:
Henrik Lissner 2021-10-16 01:21:31 +02:00 committed by Henrik Lissner
parent b898fbe303
commit 11793094ba
7 changed files with 575 additions and 442 deletions

View file

@ -9,7 +9,6 @@
(use-package! ido
:hook (doom-first-input . ido-mode)
:hook (ido-mode . ido-everywhere)
:hook (ido-mode . ido-ubiquitous-mode)
:preface
;; HACK `ido' is a really old package. It defines `ido-mode' manually and
@ -29,7 +28,8 @@
ido-confirm-unique-completion t
ido-case-fold t
ido-create-new-buffer 'always
ido-enable-flex-matching t)
ido-enable-flex-matching t
ido-everywhere t)
(map! :map (ido-common-completion-map ido-file-completion-map)
"C-w" #'ido-delete-backward-word-updir