aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp/my/my-wikipedia.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-07-10 22:28:30 +1000
committerYuchen Pei <id@ypei.org>2023-07-10 22:28:30 +1000
commit6de455369955b17e1ad6b6178427dd49b4aa0c95 (patch)
tree930022469d2a4a5917ea904164783515399f2277 /emacs/.emacs.d/lisp/my/my-wikipedia.el
parente238d31a5ff623690c95031ace327c8c59910026 (diff)
Minor wiki-related updates
Diffstat (limited to 'emacs/.emacs.d/lisp/my/my-wikipedia.el')
-rw-r--r--emacs/.emacs.d/lisp/my/my-wikipedia.el2
1 files changed, 1 insertions, 1 deletions
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)))))