summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-02 23:52:32 -0500
committerCase Duckworth2021-09-02 23:52:32 -0500
commite6c4d8c874bedfc55227b0826f03f875d23a2cbc (patch)
tree3da00aeb6faa2311206a352f2183906cf45b9648 /init.el
parentRemove line number from circe modelines (diff)
downloademacs-e6c4d8c874bedfc55227b0826f03f875d23a2cbc.tar.gz
emacs-e6c4d8c874bedfc55227b0826f03f875d23a2cbc.zip
Add hungry-delete
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
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