diff --git a/webpaste.el b/webpaste.el index 2729eeb..06868df 100644 --- a/webpaste.el +++ b/webpaste.el @@ -42,7 +42,7 @@ (interactive) (let ((text (buffer-substring (mark) (point)))) - (message text))) + (webpaste-providers-ix.io text))) ;; The function to paste a buffer