Add hungry-delete

This commit is contained in:
Case Duckworth 2021-09-02 23:52:32 -05:00
parent 0f5c23cdba
commit e6c4d8c874
1 changed files with 4 additions and 0 deletions

View File

@ -1480,6 +1480,10 @@ successive invocations."
"<help> o" helpful-symbol
"C-c C-d" helpful-at-point))
(setup (:straight hungry-delete)
(:option hungry-delete-join-reluctantly t)
(global-hungry-delete-mode +1)) ; TODO: make work with paredit
(setup (:straight iscroll)
(:hook-into text-mode ; Ideally, everywhere..
prog-mode