diff options
author | Case Duckworth | 2021-09-02 23:52:32 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-02 23:52:32 -0500 |
commit | e6c4d8c874bedfc55227b0826f03f875d23a2cbc (patch) | |
tree | 3da00aeb6faa2311206a352f2183906cf45b9648 | |
parent | Remove line number from circe modelines (diff) | |
download | emacs-e6c4d8c874bedfc55227b0826f03f875d23a2cbc.tar.gz emacs-e6c4d8c874bedfc55227b0826f03f875d23a2cbc.zip |
Add hungry-delete
-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 |