summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a1ec809..e83dad3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -270,9 +270,10 @@ int main (int argc, char ** argv) {
create_empty_wb();
/*
- * load_rc. Since we are not sure what people put it their scimrc file,
+ * load_rc. Since we are not sure what people put in their scimrc file,
* other than configuration variables and mappings,
* we call the load_rc() routine after session / roman / sheet are alloc'ed.
+ * See entire 778 issue and 783 PR for details on why this order is set.
*/
load_rc();