diff --git a/init.el b/init.el index 3d443df..5913949 100644 --- a/init.el +++ b/init.el @@ -1480,6 +1480,10 @@ successive invocations." " 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