From ec668010940e36fe98f70e911039fb50aae0cca9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 26 Sep 2021 13:39:53 +0300 Subject: refactor(tazjin/russian): Open wiktionary in eww instead Change-Id: I4e00168328e1129f43f4e2e4016ad0543607a73f Reviewed-on: https://cl.tvl.fyi/c/depot/+/3638 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/russian/helpers.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users') 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))))) -- cgit 1.4.1