emacs-smart-hungry-delete icon indicating copy to clipboard operation
emacs-smart-hungry-delete copied to clipboard

Add option to choose whether the deleted region should be added to kill ring

Open blue0513 opened this issue 3 years ago • 2 comments

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`

blue0513 avatar Aug 20 '22 13:08 blue0513

Thx for the review!! 🤝 These days, unfortunately I'm a bit busy. So I'll respond later 🙇

blue0513 avatar Dec 20 '22 16:12 blue0513

Sure, I'm happy to review when you find the time, thanks for submitting! <3

hrehfeld avatar Dec 22 '22 19:12 hrehfeld