From 6de455369955b17e1ad6b6178427dd49b4aa0c95 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 10 Jul 2023 22:28:30 +1000 Subject: Minor wiki-related updates --- emacs/.emacs.d/lisp/my/my-wikipedia.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/lisp/my/my-wikipedia.el') diff --git a/emacs/.emacs.d/lisp/my/my-wikipedia.el b/emacs/.emacs.d/lisp/my/my-wikipedia.el index a97d20c..f2a4365 100644 --- a/emacs/.emacs.d/lisp/my/my-wikipedia.el +++ b/emacs/.emacs.d/lisp/my/my-wikipedia.el @@ -168,7 +168,7 @@ (defun my-wikipedia-fetch-wiki-at-point () (interactive) - (my-fetch-url (format "/wiki/%s?action=raw" + (my-fetch-url (format "%s/wiki/%s?action=raw" my-wikipedia-host (alist-get 'title (get-text-property (point) 'button-data))))) -- cgit v1.2.3