about summary refs log tree commit diff
path: root/users/tazjin/russian/helpers.el
;; Helper functions for creating the other files.

(defun wiktionary-lookup-at-point (ask-lang)
  (interactive "P")
  (let ((language (if ask-lang (read-string "Language code? ") "ru")))
    (eww (concat "https://ru.wiktionary.org/wiki/"
                 (thing-at-point 'word)))))