summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el index 7300a0d..dbf660f 100644 --- a/init.el +++ b/init.el
@@ -409,6 +409,12 @@ call `zzz-to-char'."
409 409
410 (global-anzu-mode +1)) 410 (global-anzu-mode +1))
411 411
412;;;; smart hungry delete
413(setup (:straight smart-hungry-delete)
414 (:acdw/map "<backspace>" smart-hungry-delete-backward-char
415 "C-d" smart-hungry-delete-forward-char)
416 (smart-hungry-delete-add-default-hooks))
417
412;;; Functionality 418;;; Functionality
413 419
414;;;; Async 420;;;; Async