diff options
-rw-r--r-- | users/tazjin/russian/helpers.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/tazjin/russian/helpers.el b/users/tazjin/russian/helpers.el index 84f69c0a62af..41d4aa34f47e 100644 --- a/users/tazjin/russian/helpers.el +++ b/users/tazjin/russian/helpers.el @@ -3,5 +3,5 @@ (defun wiktionary-lookup-at-point (ask-lang) (interactive "P") (let ((language (if ask-lang (read-string "Language code? ") "ru"))) - (browse-url (concat "https://ru.wiktionary.org/wiki/" - (thing-at-point 'word))))) + (eww (concat "https://ru.wiktionary.org/wiki/" + (thing-at-point 'word))))) |