diff options
author | Yuchen Pei <id@ypei.org> | 2025-08-18 20:48:03 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-08-18 20:48:03 +1000 |
commit | 6c19fd1a4610ce52066ac83f1b185ce497ba2a95 (patch) | |
tree | 18dffb2cad7bd512ac8d4226c34b662de2855e1e /emacs/.emacs.d/init | |
parent | 57f5816ac1a8c99e30aa3b3a9a1736e5fc693f50 (diff) |
[emacs] fix my-browse-url-tor-browser
Diffstat (limited to 'emacs/.emacs.d/init')
-rw-r--r-- | emacs/.emacs.d/init/ycp-web.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el index d309686..090c8da 100644 --- a/emacs/.emacs.d/init/ycp-web.el +++ b/emacs/.emacs.d/init/ycp-web.el @@ -261,6 +261,7 @@ "b" #'my-eww-switch-by-title) (my-keybind global-map "\C-c\C-o" #'my-browse-url-at-point) (my-setq-from-local my-newscorp-au-amp-nk) + (my-setq-from-local my-tor-browser-bin) (add-to-list 'browse-url-handlers `(my-newscorp-au-url-p . ,(lambda (url &rest _) (my-open-newscorp-au url)))) |