diff options
author | Yuchen Pei <id@ypei.org> | 2023-07-10 22:28:30 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-07-10 22:28:30 +1000 |
commit | 6de455369955b17e1ad6b6178427dd49b4aa0c95 (patch) | |
tree | 930022469d2a4a5917ea904164783515399f2277 /emacs | |
parent | e238d31a5ff623690c95031ace327c8c59910026 (diff) |
Minor wiki-related updates
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/lisp/my/my-wikipedia.el | 2 | ||||
m--------- | emacs/.emacs.d/lisp/wiki.el | 0 |
2 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))))) diff --git a/emacs/.emacs.d/lisp/wiki.el b/emacs/.emacs.d/lisp/wiki.el -Subproject d2549f5ea26f55d98c9106448002adfc023793d +Subproject 7c854cf6fa8f82f01768db048fa37c69a446cc6 |