emacs-smart-hungry-delete
emacs-smart-hungry-delete copied to clipboard
Add option to choose whether the deleted region should be added to kill ring
This package is very useful 🎉 I'll suggest one more feature: related #13 , #12
What's this PR
Add smart-hungry-delete-should-add-kill-ring method to choose whether deleted region should be added to kill ring or not.
Usage
Usage is as follows.
(use-package smart-hungry-delete
:ensure t
:init
(smart-hungry-delete-add-default-hooks)
(smart-hungry-delete-should-add-kill-ring nil) ;; or `t`
Thx for the review!! 🤝 These days, unfortunately I'm a bit busy. So I'll respond later 🙇
Sure, I'm happy to review when you find the time, thanks for submitting! <3