diff options
-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'!"); |