Remove whitespace from Spacemacs' paste transient state kill ring. #15455
BenedictHW
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
dotspacemacs-enable-paste-transient-state
is in our dotfile template, and I find it very useful. There exists a minor annoyance that deleted whitespace with thedd
orx
keys appear in the kill ring. This requires an extraC-j/C-k
to bypass the noise. I'm sure there's someone out there whose workflow depends on this kill-ring behaviour. Perhaps others will find it convenient to default to ignoring whitespace in the kill-ring. Courtesy of stackoverflow,Am I missing a built-in Emacs function that toggles whitespace off in kill rings? Would anybody else find this a useful default to have in case the user has
dotspacemacs-enable-paste-transient-state
enabled? Food for thought, happy to hear everyone's opinions.To sum it up:
message
?Beta Was this translation helpful? Give feedback.
All reactions