summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-14 17:26:33 -0500
committerCase Duckworth2021-10-14 17:26:33 -0500
commitbc8241603f150b97ffa137c897989574e14b3453 (patch)
treef7185221f756c168d44cbdd9cf6c9c2b43b44ec2 /init.el
parentFix topic detecting code (diff)
downloademacs-bc8241603f150b97ffa137c897989574e14b3453.tar.gz
emacs-bc8241603f150b97ffa137c897989574e14b3453.zip
Add hippie-completing-read
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
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'."
1804 "<help> k" #'helpful-key 1804 "<help> k" #'helpful-key
1805 "<help> o" #'helpful-symbol)) 1805 "<help> o" #'helpful-symbol))
1806 1806
1807(setup (:straight (hippie-completing-read
1808 :host github
1809 :repo "duckwork/hippie-completing-read"))
1810 (:global "M-/" #'hippie-completing-read))
1811
1807(setup (:straight hungry-delete) 1812(setup (:straight hungry-delete)
1808 (:option hungry-delete-chars-to-skip " \t" 1813 (:option hungry-delete-chars-to-skip " \t"
1809 hungry-delete-join-reluctantly nil) 1814 hungry-delete-join-reluctantly nil)