chore: allow using custom-packages.el to load packages per computer
1 files changed, 2 insertions(+), 0 deletions(-) M init.el
M init.el => init.el +2 -0
@@ 1434,4 1434,6 @@ (setq warning-minimum-level :error) +(require 'custom-packages nil t) + ;;; init.el ends here