From 237190c09919bc437ebe9a6f54d42bce207ee5c5 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 14 Aug 2023 18:03:14 +1000 Subject: [firefox] Add org-protocol to user.js --- firefox/user.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firefox') diff --git a/firefox/user.js b/firefox/user.js index 3f5bab7..f6f1530 100644 --- a/firefox/user.js +++ b/firefox/user.js @@ -1053,5 +1053,11 @@ user_pref("browser.urlbar.showSearchTerms.enabled", false); user_pref("xpinstall.signatures.required", false); user_pref("xpinstall.whitelist.required", false); +// org-protocol +user_pref("network.protocol-handler.app.org-protocol", "emacsclient -n"); +user_pref("network.protocol-handler.expose.org-protocol", true); +user_pref("network.protocol-handler.external.org-protocol", true); + + /* END: internal custom pref to test for syntax errors ***/ user_pref("_user.js.parrot", "SUCCESS: No no he's not dead, he's, he's restin'!"); -- cgit v1.2.3