mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Better support for individual configs
This commit is contained in:
parent
0de1af654d
commit
c26ed24389
2 changed files with 5 additions and 4 deletions
|
@ -267,7 +267,3 @@ class Journal:
|
|||
|
||||
self.entries.append(Entry(self, date, title, body))
|
||||
self.sort()
|
||||
|
||||
def save_config(self, config_path):
|
||||
with open(config_path, 'w') as f:
|
||||
json.dump(self.config, f, indent=2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue