summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2023-06-01 10:28:36 -0300
committermongo <andmarti@gmail.com>2023-06-01 10:28:36 -0300
commit6e85f75b99f34e167bca3456c0c8c224cf5af0c7 (patch)
tree6d1040d8ba0766008c1ff2a67aa15924e5f1f022
parentff13f195f2cebb660eabc9926ef42faa50713874 (diff)
added comment
-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();