aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 6521b16..f8d0642 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -285,10 +285,12 @@ Makes a POST request to the server."
(message "Toot content copied to the clipboard.")))
;; (when (require 'lingva nil :no-error)
- (defun mastodon-toot--translate-toot-text ()
- "Translate text of toot at point.
+(defun mastodon-toot--translate-toot-text ()
+ "Translate text of toot at point.
Uses `lingva.el'."
- (interactive)
+ (interactive)
+ (if (not (require 'lingva nil :no-error))
+ (message "Looks like you need to install lingva.el first.")
(if mastodon-tl--buffer-spec
(let ((toot (mastodon-tl--property 'toot-json)))
(if toot