Set up hippie-expand

This commit is contained in:
Jeremy Dormitzer 2024-04-29 10:10:57 -04:00
parent 43204e2ced
commit b8a895808d

View File

@ -71,4 +71,9 @@
:custom
(reb-re-syntax 'string))
(use-package hippie-expand
:straight (:type built-in)
:general
([remap dabbrev-expand] #'hippie-expand))
(provide 'init-built-ins)