summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-03-31 12:56:38 -0500
committerCase Duckworth2021-03-31 12:56:38 -0500
commit37c942bf369ee4ad75d069f404bb2905c37a4e42 (patch)
treea6c1365b8602d07688f5f579708d20b54e47c6d1
parentFix typos and verbosity (diff)
downloademacs-37c942bf369ee4ad75d069f404bb2905c37a4e42.tar.gz
emacs-37c942bf369ee4ad75d069f404bb2905c37a4e42.zip
Add `smart-hungry-delete'
-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