diff options
author | Yuchen Pei <id@ypei.org> | 2023-08-14 18:03:14 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-08-14 18:03:14 +1000 |
commit | 237190c09919bc437ebe9a6f54d42bce207ee5c5 (patch) | |
tree | 5ceda0b4b4c280f7aa3722555bf3773ca917fe9d /firefox | |
parent | b7be9820eed0f0e972703d99867dc389e89d53c9 (diff) |
[firefox] Add org-protocol to user.js
Diffstat (limited to 'firefox')
-rw-r--r-- | firefox/user.js | 6 |
1 files changed, 6 insertions, 0 deletions
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'!"); |