diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 3d443df..5913949 100644 --- a/init.el +++ b/init.el | |||
@@ -1480,6 +1480,10 @@ successive invocations." | |||
1480 | "<help> o" helpful-symbol | 1480 | "<help> o" helpful-symbol |
1481 | "C-c C-d" helpful-at-point)) | 1481 | "C-c C-d" helpful-at-point)) |
1482 | 1482 | ||
1483 | (setup (:straight hungry-delete) | ||
1484 | (:option hungry-delete-join-reluctantly t) | ||
1485 | (global-hungry-delete-mode +1)) ; TODO: make work with paredit | ||
1486 | |||
1483 | (setup (:straight iscroll) | 1487 | (setup (:straight iscroll) |
1484 | (:hook-into text-mode ; Ideally, everywhere.. | 1488 | (:hook-into text-mode ; Ideally, everywhere.. |
1485 | prog-mode | 1489 | prog-mode |