aboutsummaryrefslogtreecommitdiff
path: root/src/dillo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dillo.cc')
-rw-r--r--src/dillo.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dillo.cc b/src/dillo.cc
index 078de258..3e663a4d 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -258,15 +258,15 @@ int main(int argc, char **argv)
}
dFree(opt_argv);
+ // set the default values for the preferences
+ a_Prefs_init();
+
// create ~/.dillo if not present
Paths::init();
// initialize default key bindings
Keys::init();
- // set the default values for the preferences
- a_Prefs_init();
-
// parse dillorc
if ((fp = Paths::getPrefsFP(PATHS_RC_PREFS))) {
PrefsParser::parse(fp);