zotero: Add user.js that sets recursiveCollections

This commit is contained in:
2025-05-29 17:34:14 +02:00
parent 9dc8e71ce6
commit f75130ea73

7
.config/zotero/user.js Normal file
View File

@@ -0,0 +1,7 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2025 Julian Prein
//
// The symlink in Zotero's profile has to be created manually:
// ~/.zotero/zotero/*/user.js -> ~/.config/zotero/user.js
user_pref("extensions.zotero.recursiveCollections", true);