diff options
author | mathieui <mathieui@mathieui.net> | 2014-10-12 23:06:44 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-10-12 23:06:44 +0200 |
commit | 5a5d5812edeb852232ea22f8b10e6d2073ca05d1 (patch) | |
tree | 287f1828f4efa83ffc66ac09da823fb6c34ae23d /data | |
parent | 6c62f624024e954217b7217a691469484ffb70d2 (diff) | |
download | poezio-5a5d5812edeb852232ea22f8b10e6d2073ca05d1.tar.gz poezio-5a5d5812edeb852232ea22f8b10e6d2073ca05d1.tar.bz2 poezio-5a5d5812edeb852232ea22f8b10e6d2073ca05d1.tar.xz poezio-5a5d5812edeb852232ea22f8b10e6d2073ca05d1.zip |
Add an open_all_bookmarks option
this option determines if the non-autojoin bookmarks will
be opened on startup or not.
It is false by default.
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index ed21eab0..c1f766b0 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -116,9 +116,12 @@ use_bookmarks_method = # use this option to force the use of local bookmarks # possible values are: anything/false - use_remote_bookmarks = true +# Whether you want all bookmarks, even those without +# autojoin, to be open on startup +open_all_bookmarks = false + # What will be put after the name, when using autocompletion at the # beginning of the input. A space will always be added after that after_completion = , |