From bc8241603f150b97ffa137c897989574e14b3453 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 14 Oct 2021 17:26:33 -0500 Subject: Add hippie-completing-read --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index a2b8368..a91c330 100644 --- a/init.el +++ b/init.el @@ -1804,6 +1804,11 @@ See also `crux-reopen-as-root-mode'." " k" #'helpful-key " 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) -- cgit 1.4.1-21-gabe81