Skip to content

Instantly share code, notes, and snippets.

@emonkak
Created June 3, 2022 04:40
Show Gist options
  • Save emonkak/839acc1550f3cdd008dc285c0e08a5db to your computer and use it in GitHub Desktop.
Save emonkak/839acc1550f3cdd008dc285c0e08a5db to your computer and use it in GitHub Desktop.
diff --git a/scm/custom-rt.scm b/scm/custom-rt.scm
index 4975839a..4a7e9b3f 100644
--- a/scm/custom-rt.scm
+++ b/scm/custom-rt.scm
@@ -289,5 +289,6 @@
(let ((load-conf (if custom-enable-mtime-aware-user-conf-reloading?
custom-load-updated-group-conf
custom-load-group-conf))) ;; original behavior
+ (load-user-conf)
(for-each load-conf (custom-list-primary-groups))
(custom-call-all-hook-procs custom-set-hooks)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment