Add hippie-completing-read

This commit is contained in:
Case Duckworth 2021-10-14 17:26:33 -05:00
parent 32df2933ea
commit bc8241603f
1 changed files with 5 additions and 0 deletions

View File

@ -1804,6 +1804,11 @@ See also `crux-reopen-as-root-mode'."
"<help> k" #'helpful-key
"<help> o" #'helpful-symbol))
(setup (:straight (hippie-completing-read
:host github
:repo "duckwork/hippie-completing-read"))
(:global "M-/" #'hippie-completing-read))
(setup (:straight hungry-delete)
(:option hungry-delete-chars-to-skip " \t"
hungry-delete-join-reluctantly nil)