rolandwalker / simpleclip

Simplified access to the system clipboard in Emacs.
174 stars 16 forks source link

feat(content): add a custom variable to set custom content provider #10

Closed 15cm closed 5 years ago

15cm commented 5 years ago

Use the output of executing the provider program as clipboard content if simpleclip-custom-content-provider is set.

This feature can also be a workaround for #6

rolandwalker commented 5 years ago

Thanks!

rolandwalker commented 5 years ago

(It looks to me like this would be more natural as part of the condition-case expression rather than a separate if.)