about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/tazjin/russian/helpers.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/tazjin/russian/helpers.el b/users/tazjin/russian/helpers.el
index 84f69c0a62..41d4aa34f4 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)))))